Skip to content

Commit

Permalink
fix target origin id
Browse files Browse the repository at this point in the history
  • Loading branch information
augustfengd committed Jan 27, 2025
1 parent a8eea60 commit f714b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/terraform/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ resource "aws_cloudfront_distribution" "blog-augustfeng-app" {
viewer_protocol_policy = "allow-all"
allowed_methods = ["GET", "HEAD"]
cached_methods = ["GET", "HEAD"]
target_origin_id = aws_s3_bucket.augustfengd.bucket_regional_domain_name
target_origin_id = aws_s3_bucket.augustfeng-app.bucket_regional_domain_name
cache_policy_id = "658327ea-f89d-4fab-a63d-7e88639e58f6" // Managed-CachingOptimized
}

Expand Down

0 comments on commit f714b20

Please sign in to comment.