demo-terraform/outputs.tf

5 lines
163 B
Terraform
Raw Permalink Normal View History

2024-11-14 17:34:39 +00:00
# Outputs
output "identity_sources" {
description = "List of identity sources available in SailPoint"
value = data.http.sailpoint_identity_sources.body
}