Add outputs.tf

This commit is contained in:
Ryan Malloy 2024-11-14 17:34:39 +00:00
parent 08a7dc5e0a
commit 652b5fba3f
1 changed files with 5 additions and 0 deletions

5
outputs.tf Normal file
View File

@ -0,0 +1,5 @@
# Outputs
output "identity_sources" {
description = "List of identity sources available in SailPoint"
value = data.http.sailpoint_identity_sources.body
}