Skip to content

Commit 439eb85

Browse files
[PRMP-1149] format
1 parent b691756 commit 439eb85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

infrastructure/cloudfront.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ module "cloudfront_firewall_waf_v2" {
1515
source = "./modules/firewall_waf_v2"
1616
cloudfront_acl = true
1717

18-
environment = var.environment
19-
owner = var.owner
20-
count = local.is_sandbox ? 1 : 1
21-
providers = { aws = aws.us_east_1 }
18+
environment = var.environment
19+
owner = var.owner
20+
count = local.is_sandbox ? 1 : 1
21+
providers = { aws = aws.us_east_1 }
2222
}
2323

2424
resource "aws_cloudfront_distribution" "s3_presign_mask" {

0 commit comments

Comments
 (0)