Skip to content

Commit 8739404

Browse files
committed
fix: remove gzip and brotli encoding options from no_cache CloudFront cache policy
1 parent ac48737 commit 8739404

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • terragrunt/modules/cloudfront

terragrunt/modules/cloudfront/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ resource "aws_cloudfront_cache_policy" "no_cache" {
211211
min_ttl = 0
212212

213213
parameters_in_cache_key_and_forwarded_to_origin {
214-
enable_accept_encoding_gzip = true
215-
enable_accept_encoding_brotli = true
216214
query_strings_config {
217215
query_string_behavior = "none"
218216
}

0 commit comments

Comments
 (0)