Skip to content

Commit 6f71a8c

Browse files
committed
fix: oops
1 parent efd65e4 commit 6f71a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resource "aws_cloudfront_distribution" "waf" {
8282
minimum_protocol_version = "TLSv1.2_2021"
8383
}
8484

85-
tags = local.tags
85+
tags = merge(local.tags, { Name : local.fqdn })
8686
}
8787

8888
resource "aws_cloudfront_vpc_origin" "this" {
@@ -101,7 +101,7 @@ resource "aws_cloudfront_vpc_origin" "this" {
101101
}
102102
}
103103

104-
tags = merge(local.tags, { Name : local.fqdn })
104+
tags = local.tags
105105
}
106106

107107
resource "aws_wafv2_web_acl" "waf" {

0 commit comments

Comments
 (0)