Skip to content

Commit

Permalink
Remove extra tag key
Browse files Browse the repository at this point in the history
  • Loading branch information
gcp87zoi committed Sep 18, 2024
1 parent c39fa82 commit 315371a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ resource "aws_cloudfront_distribution" "distribution" {
ssl_support_method = var.ssl_support_method
}

tags = merge({ role = "cdn" }, var.tags)
tags = var.tags
}

0 comments on commit 315371a

Please sign in to comment.