From fa2c2c48269f4ec7eadb1aa1bac254b5f4e0870f Mon Sep 17 00:00:00 2001 From: Florian Nowarre Date: Mon, 6 Jan 2025 11:37:13 +0100 Subject: [PATCH] chore: adding billing scope to outputs --- outputs.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/outputs.tf b/outputs.tf index 9b188de..d7ee9a0 100644 --- a/outputs.tf +++ b/outputs.tf @@ -21,8 +21,7 @@ output "mca_service_principal_password" { } output "mca_service_billing_scope" { - value = length(module.mca_service_principal) > 0 ? module.mca_service_principal[0].billing_scope : null - sensitive = true + value = length(module.mca_service_principal) > 0 ? module.mca_service_principal[0].billing_scope : null } output "metering_service_principal" {