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 618fa94 commit ba3fae8Copy full SHA for ba3fae8
infrastructure/modules/container-apps/storage.tf
@@ -24,7 +24,7 @@ module "storage" {
24
25
name = replace(lower(local.storage_account_name), "-", "")
26
27
- private_endpoint_properties = features.private_networking ? {
+ private_endpoint_properties = var.features.private_networking ? {
28
private_dns_zone_ids_blob = [data.azurerm_private_dns_zone.storage-account-blob[0].id]
29
private_dns_zone_ids_queue = [data.azurerm_private_dns_zone.storage-account-queue[0].id]
30
private_endpoint_enabled = true
0 commit comments