demo-terraform/outputs.tf

5 lines
163 B
HCL

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