You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem has a couple of parts: The first is that the cert_validationaws_route53_record is being created for each domain name to be validated but using the same zone_id for all, which will not work when the records need to belong to different zones. This problem should be fixed in this code. Doing so is necessary, but not sufficient to solve the overall problem, however, because in the case where this is coming up, the second zone needed is scimma.org, which is not managed through Route53/terraform.
Terraform is producing errors about certificate validation records which look like:
even when the record in question exists (and in fact the certificate has already been issued):
This noise makes it hard to use terraform and we should find a way to clean it up.
The text was updated successfully, but these errors were encountered: