We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2711b05 commit 461eae9Copy full SHA for 461eae9
infrastructure/modules/route53/main.tf
@@ -20,11 +20,6 @@ resource "aws_route53_record" "ndr_fargate_record_cname" {
20
ttl = 300
21
}
22
23
-moved {
24
- from = aws_route53_record.ndr_fargate_record
25
- to = aws_route53_record.ndr_fargate_record_cname[0]
26
-}
27
-
28
resource "aws_route53_record" "ndr_test_fargate_record_alias" {
29
count = terraform.workspace == "ndr-test" ? 1 : 0
30
name = ""
infrastructure/moved-resources-v1.6.11.tf
@@ -16,4 +16,9 @@ moved {
16
moved {
17
from = aws_cloudfront_cache_policy.nocache
18
to = aws_cloudfront_cache_policy.nocache[0]
19
+}
+
+moved {
+ from = aws_route53_record.ndr_fargate_record
+ to = aws_route53_record.ndr_fargate_record_cname[0]
0 commit comments