We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dab4f0 commit a7ac2d7Copy full SHA for a7ac2d7
examples/basic-azure-integration/outputs.tf
@@ -28,7 +28,7 @@ output "idp_lookup_service_principal" {
28
output "idp_lookup_service_principal_password" {
29
description = "Password for IDP Lookup Service Principal."
30
value = module.meshplatform.idp_lookup_service_principal_password
31
- sensitive = true
+ sensitive = true
32
}
33
34
output "uami_blueprint_user_principal" {
0 commit comments