Skip to content

Commit 6f8f634

Browse files
committed
Update storage network rules
1 parent 85b4e1f commit 6f8f634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.storage.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module "storage_account_and_container" {
5353

5454
network_rules = {
5555
bypass = ["AzureServices", "Logging", "Metrics"]
56-
default_action = "Allow" # Temporarily allow all access for deployment script
56+
default_action = "Deny"
5757
virtual_network_subnet_ids = toset([
5858
azurerm_subnet.primary_subnet.id,
5959
azurerm_subnet.deployment_script_container.id

0 commit comments

Comments
 (0)