Skip to content

Commit 7fcd201

Browse files
committed
update
1 parent 07e3b4f commit 7fcd201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resource "aws_wafv2_ip_set" "blacklist" {
88
}
99

1010
resource "aws_wafv2_web_acl" "acl" {
11-
name = "${var.app_name}-web-acls"
11+
name = "${var.app_name}-web-acls-${var.env}"
1212
description = "Web ACLs"
1313
scope = var.is_cloudfront ? "CLOUDFRONT" : "REGIONAL"
1414

0 commit comments

Comments
 (0)