File tree Expand file tree Collapse file tree
infrastructure/terraform/hub Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments