Skip to content

Commit 49bd9b8

Browse files
[PRMP-892] update origin target id on one of the origin blocks
1 parent c9418d9 commit 49bd9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/cloudfront.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ resource "aws_cloudfront_distribution" "distribution" {
5656
allowed_methods = ["HEAD", "GET", "OPTIONS"]
5757
cached_methods = ["HEAD", "GET", "OPTIONS"]
5858
path_pattern = "/review/*"
59-
target_origin_id = module.ndr-bulk-staging-store.bucket_id
59+
target_origin_id = module.ndr-document-pending-review-store.bucket_id
6060
viewer_protocol_policy = "redirect-to-https"
6161
cache_policy_id = aws_cloudfront_cache_policy.nocache.id
6262
origin_request_policy_id = aws_cloudfront_origin_request_policy.viewer_policy.id

0 commit comments

Comments
 (0)