Closed
Description
I'm creating this issue to raise awareness.
With the release of v2.13.0, performing a terraform apply
will remove a duplicate route53 validation record (see more here).
However, as mentioned in this comment, removing the duplicate record from the state file will effectively remove the actual record from AWS even though there's still 1 entry in the state file.
The way I solved this situation was by removing the duplicate record from the module with something like the following before yielding the first terraform apply
post-module upgrade:
terraform state rm module.acm.aws_route53_record.validation[1]
@antonbabenko perhaps a release note mentioning this situation could come in handy for people upgrading to this module version?
Metadata
Metadata
Assignees
Labels
No labels