Add outputs.tf
This commit is contained in:
parent
08a7dc5e0a
commit
652b5fba3f
|
@ -0,0 +1,5 @@
|
||||||
|
# Outputs
|
||||||
|
output "identity_sources" {
|
||||||
|
description = "List of identity sources available in SailPoint"
|
||||||
|
value = data.http.sailpoint_identity_sources.body
|
||||||
|
}
|
Loading…
Reference in New Issue