Skip to content

Commit c9418d9

Browse files
[PRMP-892] reverse distribution moved block
1 parent 57225ba commit c9418d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

infrastructure/moved-resources-v1.6.8.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#PRMP-892
2-
# moved {
3-
# from = module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution[0]
4-
# to = aws_cloudfront_distribution.distribution
5-
# }
6-
72
moved {
8-
from = module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution_with_secondary_bucket[0]
3+
from = module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution[0]
94
to = aws_cloudfront_distribution.distribution
105
}
116

7+
# moved {
8+
# from = module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution_with_secondary_bucket[0]
9+
# to = aws_cloudfront_distribution.distribution
10+
# }
11+
1212

1313
moved {
1414
from = module.cloudfront-distribution-lg.aws_cloudfront_origin_access_control.cloudfront_s3_oac

0 commit comments

Comments
 (0)