Skip to content

Commit ecfdf40

Browse files
committed
Change cache policy for organizations
1 parent 4800fd9 commit ecfdf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/frontend/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ resource "aws_cloudfront_distribution" "app_cloudfront_distribution" {
205205
viewer_protocol_policy = "redirect-to-https"
206206
allowed_methods = ["DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT"]
207207
cached_methods = ["GET", "HEAD"]
208-
cache_policy_id = "658327ea-f89d-4fab-a63d-7e88639e58f6"
208+
cache_policy_id = aws_cloudfront_cache_policy.headers_no_cookies.id
209209
origin_request_policy_id = "b689b0a8-53d0-40ab-baf2-68738e2966ac"
210210
compress = true
211211
function_association {

0 commit comments

Comments
 (0)