Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuniorlima committed Apr 26, 2021
1 parent eb82271 commit 3bfe89e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions site-main/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,6 @@ resource "aws_cloudfront_distribution" "website_cdn" {
cache_policy_id = var.enable_cache_policy == true ? var.cache_policy_id : null
origin_request_policy_id = var.enable_cache_policy == true ? var.origin_request_policy_id : null

# forwarded_values {
# query_string = var.forward-query-string
#
# cookies {
# forward = "none"
# }
# }

dynamic "forwarded_values" {
for_each = var.enable_cache_policy == false ? local.forwarded_values : []

Expand Down

0 comments on commit 3bfe89e

Please sign in to comment.