Add outputs.tf
This commit is contained in:
parent
08a7dc5e0a
commit
652b5fba3f
1 changed files with 5 additions and 0 deletions
5
outputs.tf
Normal file
5
outputs.tf
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Outputs
|
||||||
|
output "identity_sources" {
|
||||||
|
description = "List of identity sources available in SailPoint"
|
||||||
|
value = data.http.sailpoint_identity_sources.body
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue