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 472b9bf commit b3fb4c0Copy full SHA for b3fb4c0
infrastructure/modules/container-apps/storage.tf
@@ -32,8 +32,10 @@ module "storage" {
32
private_endpoint_resource_group_name = azurerm_resource_group.main.name
33
private_service_connection_is_manual = false
34
} : null
35
- queues = local.storage_queues
36
- resource_group_name = azurerm_resource_group.main.name
+
+ public_network_access_enabled = !var.features.private_networking
37
+ queues = local.storage_queues
38
+ resource_group_name = azurerm_resource_group.main.name
39
}
40
41
module "blob_storage_role_assignment" {
0 commit comments