From 652b5fba3f00e2546ce5ab555a4d18f77ea7a3f6 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Thu, 14 Nov 2024 17:34:39 +0000 Subject: [PATCH] Add outputs.tf --- outputs.tf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 outputs.tf 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