Skip to content

Commit

Permalink
Change origin id
Browse files Browse the repository at this point in the history
  • Loading branch information
annielh committed Feb 23, 2024
1 parent 3a89c19 commit 41d2a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudfront/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "aws_cloudfront_distribution" "cloudfront_distribution" {
"HEAD",
"GET"
]
target_origin_id = local.s3_origin_id
target_origin_id = "files_oac"
viewer_protocol_policy = "https-only"
cache_policy_id = data.aws_cloudfront_cache_policy.caching_disabled.id
origin_request_policy_id = aws_cloudfront_origin_request_policy.request_policy.id
Expand Down

0 comments on commit 41d2a1f

Please sign in to comment.