Skip to content

Commit 159043a

Browse files
Felix Ziegerfelixzieger
authored andcommitted
docs: fix output when executing module directly
1 parent 754fffc commit 159043a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)