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 @@ -53,7 +53,7 @@ locals {
5353 azure_sql = var.private_dns_zones.is_azure_sql_private_dns_zone_enabled ? " privatelink.database.windows.net" : null
5454 postgres_sql = var.private_dns_zones.is_postgres_sql_private_dns_zone_enabled ? " privatelink.postgres.database.azure.com" : null
5555 key_vault = var.private_dns_zones.is_key_vault_private_dns_zone_enabled ? " privatelink.vaultcore.azure.net" : null
56- storage_blob = var.private_dns_zones.is_storage_private_dns_zone_enabled ? " privatelink.blob.core.windows.net" : null
56+ # storage_blob = var.private_dns_zones.is_storage_private_dns_zone_enabled ? "privatelink.blob.core.windows.net" : null
5757 storage_queue = var.private_dns_zones.is_storage_private_dns_zone_enabled ? " privatelink.queue.core.windows.net" : null
5858 storage_table = var.private_dns_zones.is_storage_private_dns_zone_enabled ? " privatelink.table.core.windows.net" : null
5959 event_hub = var.private_dns_zones.is_event_hub_private_dns_zone_enabled ? " privatelink.servicebus.windows.net" : null
Original file line number Diff line number Diff line change @@ -243,7 +243,6 @@ variable "vnet_name" {
243243 default = " vnet-hub-nonlive-uks"
244244}
245245
246-
247246variable "vnet_resource_group" {
248247 description = " Resource group name of the hub virtual network"
249248 type = string
You can’t perform that action at this time.
0 commit comments