Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ad869 committed Mar 17, 2021
1 parent 07e3b4f commit 7fcd201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "aws_wafv2_ip_set" "blacklist" {
}

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

Expand Down

0 comments on commit 7fcd201

Please sign in to comment.