Skip to content

Commit

Permalink
infra: update cloudfront policies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Feb 12, 2024
1 parent 781149d commit 0ebc2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "aws_cloudfront_distribution" "main" {

cache_policy_id = "658327ea-f89d-4fab-a63d-7e88639e58f6" #Managed-CachingOptimized
origin_request_policy_id = "88a5eaf4-2fd4-4709-b370-b4c650ea3fcf" #Managed-CORS-S3Origin
response_headers_policy_id = "67f7725c-6f97-4210-82d7-5512b31e9d03" #Managed-SecurityHeadersPolicy
response_headers_policy_id = "eaab4381-ed33-4a86-88ca-d9558dc6cd63" #Managed-CORS-with-preflight-and-SecurityHeadersPolicy

viewer_protocol_policy = "redirect-to-https"
compress = true
Expand Down

0 comments on commit 0ebc2e6

Please sign in to comment.