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
Hi @rberger! This may indicate that depends_on was not specified correctly in that older module which I believe has been fixed in the latest version. The DNS creation and the cert creation used to be created in the same submodule which then caused a cyclical dependency with the loadbalancer submodule. The CNAME target would not be ready before the loadbalancer was up and the loadbalancer would not be up unless the cert was created prior.
I think if you do targeted destroy commands by removing the Route53 record first in the dns module, it should end this cyclical error.
When updating an existing deployment that had been done with a version before 1.0.0, plan and apply fail with the error message:
My usage of the module:
The text was updated successfully, but these errors were encountered: