Skip to content

Commit 181e7dd

Browse files
[PRMP-1149] revert count
1 parent 439eb85 commit 181e7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/cloudfront.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "cloudfront_firewall_waf_v2" {
1717

1818
environment = var.environment
1919
owner = var.owner
20-
count = local.is_sandbox ? 1 : 1
20+
count = local.is_sandbox ? 0 : 1
2121
providers = { aws = aws.us_east_1 }
2222
}
2323

0 commit comments

Comments
 (0)