Skip to content

Commit 7a7e225

Browse files
committed
wip
1 parent e2a1f52 commit 7a7e225

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • infrastructure/terraform/hub

infrastructure/terraform/hub/data.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ data "azurerm_client_config" "current" {}
1414

1515
# This client id is the same for all Azure customers - it is not a secret.
1616
# https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/app_service_certificate
17-
data "azuread_service_principal" "MicrosoftAzureAppService" {
18-
client_id = "abfa0a7c-a6b6-4736-8310-5855508787cd"
19-
}
17+
# data "azuread_service_principal" "MicrosoftAzureAppService" {
18+
# client_id = "abfa0a7c-a6b6-4736-8310-5855508787cd"
19+
# }
2020

21-
data "azuread_service_principal" "MicrosoftAzureFrontDoorCdn" {
22-
client_id = "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"
23-
}
21+
# data "azuread_service_principal" "MicrosoftAzureFrontDoorCdn" {
22+
# client_id = "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"
23+
# }
2424

2525
# data "azurerm_key_vault_secret" "object-id" {
2626
# for_each = var.regions

0 commit comments

Comments
 (0)