Skip to content

Commit

Permalink
OPS-4317: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vikkasyousaf committed Apr 21, 2021
1 parent ee0294f commit 7df0bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module "cloudfront" {
default_cache_behavior = {
target_origin_id = "s3_origin"
viewer_protocol_policy = "redirect-to-https"

allowed_methods = ["GET", "HEAD", "OPTIONS"]
cached_methods = ["GET", "HEAD"]
compress = true
Expand Down

0 comments on commit 7df0bf5

Please sign in to comment.