Skip to content

Commit

Permalink
chore: adding billing scope to outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Jan 6, 2025
1 parent 27fb8ca commit fa2c2c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit fa2c2c4

Please sign in to comment.