5 lines
163 B
Terraform
5 lines
163 B
Terraform
|
# Outputs
|
||
|
output "identity_sources" {
|
||
|
description = "List of identity sources available in SailPoint"
|
||
|
value = data.http.sailpoint_identity_sources.body
|
||
|
}
|