Skip to content

Commit 9508522

Browse files
[PRMP-892] amend moved blocks
1 parent 4de84b0 commit 9508522

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

infrastructure/moved-resources-v1.6.8.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
#PRMP-892
22
moved {
3-
from = local.is_production ? module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution[0] : module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution_with_secondary_bucket[0]
3+
from = module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution[0]
44
to = aws_cloudfront_distribution.s3_presign_mask
55
}
66

7+
# moved {
8+
# from = module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution_with_secondary_bucket[0]
9+
# to = aws_cloudfront_distribution.s3_presign_mask
10+
# }
11+
712
moved {
813
from = module.cloudfront-distribution-lg.aws_cloudfront_origin_access_control.cloudfront_s3_oac
914
to = aws_cloudfront_origin_access_control.s3

0 commit comments

Comments
 (0)