diff --git a/infrastructure/terraform/modules/cloudfront/main.tf b/infrastructure/terraform/modules/cloudfront/main.tf index 11f086fd..3b5fe549 100644 --- a/infrastructure/terraform/modules/cloudfront/main.tf +++ b/infrastructure/terraform/modules/cloudfront/main.tf @@ -15,7 +15,7 @@ resource "aws_cloudfront_cache_policy" "api" { } query_strings_config { - query_string_behavior = "all" + query_string_behavior = "none" } } }