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 ca1a4ea commit 4dd6cd6Copy full SHA for 4dd6cd6
modules/azure/aks/backplane/outputs.tf
@@ -175,7 +175,7 @@ output "provider_tf" {
175
176
client_id = "${azuread_service_principal.buildingblock_deploy[0].client_id}"
177
use_oidc = true
178
- subscription_id = "<LANDING_ZONE_SUBSCRIPTION_ID>"
+ subscription_id = "<SUBSCRIPTION_ID>"
179
tenant_id = "${data.azurerm_subscription.current.tenant_id}"
180
}
181
0 commit comments