Skip to content

Commit 461eae9

Browse files
committed
[PRMP-1215] moving moved to move
1 parent 2711b05 commit 461eae9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

infrastructure/modules/route53/main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ resource "aws_route53_record" "ndr_fargate_record_cname" {
2020
ttl = 300
2121
}
2222

23-
moved {
24-
from = aws_route53_record.ndr_fargate_record
25-
to = aws_route53_record.ndr_fargate_record_cname[0]
26-
}
27-
2823
resource "aws_route53_record" "ndr_test_fargate_record_alias" {
2924
count = terraform.workspace == "ndr-test" ? 1 : 0
3025
name = ""

infrastructure/moved-resources-v1.6.11.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ moved {
1616
moved {
1717
from = aws_cloudfront_cache_policy.nocache
1818
to = aws_cloudfront_cache_policy.nocache[0]
19-
}
19+
}
20+
21+
moved {
22+
from = aws_route53_record.ndr_fargate_record
23+
to = aws_route53_record.ndr_fargate_record_cname[0]
24+
}

0 commit comments

Comments
 (0)