Skip to content

Commit ec42672

Browse files
committed
fix:metering and replicator output change
1 parent 50acb2e commit ec42672

File tree

2 files changed

+2
-2
lines changed
  • modules

2 files changed

+2
-2
lines changed

modules/meshcloud-metering-service-principal/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ output "credentials" {
33
value = {
44
Enterprise_Application_Object_ID = azuread_service_principal.meshcloud_metering.id
55
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"
77
}
88
}
99

modules/meshcloud-replicator-service-principal/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ output "credentials" {
33
value = {
44
Enterprise_Application_Object_ID = azuread_service_principal.meshcloud_replicator.id
55
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"
77
}
88
}
99

0 commit comments

Comments
 (0)