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 1520440 commit d3777eeCopy full SHA for d3777ee
modules/uami-blueprint-user-principal/outputs.tf
@@ -2,7 +2,7 @@ output "service_principal" {
2
value = {
3
object_id = azuread_service_principal.uami_blueprint_principal.id
4
app_id = azuread_service_principal.uami_blueprint_principal.application_id
5
- password = "Execute `terraform output replicator_spp_password` to see the password"
+ password = "Execute `terraform output uami_blueprint_user_principal_password` to see the password"
6
}
7
8
0 commit comments