diff --git a/outputs.tf b/outputs.tf new file mode 100644 index 0000000..a4580ee --- /dev/null +++ b/outputs.tf @@ -0,0 +1,5 @@ +# Outputs +output "identity_sources" { + description = "List of identity sources available in SailPoint" + value = data.http.sailpoint_identity_sources.body +} \ No newline at end of file