File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
meshcloud-kraken-service-principal
meshcloud-replicator-service-principal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ output "service_principal" {
3
3
value = {
4
4
object_id = azuread_service_principal.meshcloud_kraken.id
5
5
app_id = azuread_service_principal.meshcloud_kraken.application_id
6
- password = " Execute `terraform output kraken_service_principal_password ` to see the password"
6
+ password = " Execute `terraform output service_principal_password ` to see the password"
7
7
}
8
8
}
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ output "service_principal" {
3
3
value = {
4
4
object_id = azuread_service_principal.meshcloud_replicator.id
5
5
app_id = azuread_service_principal.meshcloud_replicator.application_id
6
- password = " Execute `terraform output replicator_service_principal_password ` to see the password"
6
+ password = " Execute `terraform output service_principal_password ` to see the password"
7
7
}
8
8
}
9
9
You can’t perform that action at this time.
0 commit comments