Skip to content

Release v2.13.0 destroys ACM validation records #72

Closed
@nickelozz

Description

@nickelozz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions