File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
meshcloud-metering-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 "credentials" {
3
3
value = {
4
4
Enterprise_Application_Object_ID = azuread_service_principal.meshcloud_metering.id
5
5
Application_Client_ID = azuread_application.meshcloud_metering.application_id
6
- Client_Secret = " Execute `terraform output metering_credentials ` to see the password"
6
+ Client_Secret = " Execute `terraform output metering_client_secret ` 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 "credentials" {
3
3
value = {
4
4
Enterprise_Application_Object_ID = azuread_service_principal.meshcloud_replicator.id
5
5
Application_Client_ID = azuread_application.meshcloud_replicator.application_id
6
- Client_Secret = " Execute `terraform output replicator_credentials ` to see the password"
6
+ Client_Secret = " Execute `terraform output replicator_client_secret ` to see the password"
7
7
}
8
8
}
9
9
You can’t perform that action at this time.
0 commit comments