Skip to content

Commit ba3fae8

Browse files
wip
1 parent 618fa94 commit ba3fae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/modules/container-apps/storage.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "storage" {
2424

2525
name = replace(lower(local.storage_account_name), "-", "")
2626

27-
private_endpoint_properties = features.private_networking ? {
27+
private_endpoint_properties = var.features.private_networking ? {
2828
private_dns_zone_ids_blob = [data.azurerm_private_dns_zone.storage-account-blob[0].id]
2929
private_dns_zone_ids_queue = [data.azurerm_private_dns_zone.storage-account-queue[0].id]
3030
private_endpoint_enabled = true

0 commit comments

Comments
 (0)