demo-terraform/outputs.tf
2024-11-14 17:34:39 +00:00

5 lines
163 B
HCL

# Outputs
output "identity_sources" {
description = "List of identity sources available in SailPoint"
value = data.http.sailpoint_identity_sources.body
}