-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final command hangs for 5 minutes #2059
Comments
If you gist a reproduction case, we might be able to help debug this. The DNS resources are certainly slow, but that's because they want for DNS propagation to occur. That could possibly be a problem. |
The only things I can think of that last 5 minute are route53, RDS, and waiting for ASG. They are "slow" because Terraform waits until AWS reports they're ready, and this takes a long time. Providers right now cannot output to the UI, so there is a lack of information of what they're doing except in the debug log (which isn't generally UX-friendly since it is a debug log). There is another issue where we'd like to add more output to providers but we haven't been able to do this yet. But @knuckolls is asking a good question: Can you post a repro case? Can you show us your config? We'd love to help, but need some more context in order to do so! |
I think you are right, its hanging on route53 and on autoscaling groups. I think more verbosity here would would help. Configuration is at https://github.com/brandfolder/infrastructure. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform always seems to hang for at least 5minutes on the last command.
The text was updated successfully, but these errors were encountered: