We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9418d9 commit 49bd9b8Copy full SHA for 49bd9b8
infrastructure/cloudfront.tf
@@ -56,7 +56,7 @@ resource "aws_cloudfront_distribution" "distribution" {
56
allowed_methods = ["HEAD", "GET", "OPTIONS"]
57
cached_methods = ["HEAD", "GET", "OPTIONS"]
58
path_pattern = "/review/*"
59
- target_origin_id = module.ndr-bulk-staging-store.bucket_id
+ target_origin_id = module.ndr-document-pending-review-store.bucket_id
60
viewer_protocol_policy = "redirect-to-https"
61
cache_policy_id = aws_cloudfront_cache_policy.nocache.id
62
origin_request_policy_id = aws_cloudfront_origin_request_policy.viewer_policy.id
0 commit comments