Skip to content

Commit 52934af

Browse files
committed
wip
1 parent 61b2113 commit 52934af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infrastructure/terraform/hub/azure_monitor_private_link_scope.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ module "private_endpoint_ampls" {
2626
module.private_dns_zones["${each.key}-automation"].id,
2727
module.private_dns_zones["${each.key}-operations_data_store"].id,
2828
module.private_dns_zones["${each.key}-operations_management_suite"].id,
29-
module.private_dns_zones["${each.key}-storage_blob"].id
29+
# created in the bootstrap
30+
# module.private_dns_zones["${each.key}-storage_blob"].id
3031
]
3132
}
3233

0 commit comments

Comments
 (0)