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" {