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 71268ef commit c7dfdc8Copy full SHA for c7dfdc8
infrastructure/moved-resources-v1.6.9.tf
@@ -1,11 +1,6 @@
1
#PRMP-892
2
-# moved {
3
-# from = module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution[0]
4
-# to = aws_cloudfront_distribution.s3_presign_mask
5
-# }
6
-
7
moved {
8
- from = module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution_with_secondary_bucket[0]
+ from = module.cloudfront-distribution-lg.aws_cloudfront_distribution.distribution[0]
9
to = aws_cloudfront_distribution.s3_presign_mask
10
}
11
0 commit comments