We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e3b4f commit 7fcd201Copy full SHA for 7fcd201
main.tf
@@ -8,7 +8,7 @@ resource "aws_wafv2_ip_set" "blacklist" {
8
}
9
10
resource "aws_wafv2_web_acl" "acl" {
11
- name = "${var.app_name}-web-acls"
+ name = "${var.app_name}-web-acls-${var.env}"
12
description = "Web ACLs"
13
scope = var.is_cloudfront ? "CLOUDFRONT" : "REGIONAL"
14
0 commit comments