-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Terraform crash when refreshing state #21587
Comments
Thanks for filing this issue @auberta2! This appears to be another case of a missing The relevant stack trace:
|
The stack trace looks much similar you're right. Any known workaround waiting for a fix ? |
Upon investigation of the logs, I could workaround the bug by running : where backend-win was a collection of EC2 instances with a variable based count property |
closed by #21979 |
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 Version
Terraform Configuration Files
Configuration files have nothing special and were used to run in some other accounts.
Debug Output
https://gist.github.com/auberta2/cb00f2ba24fb85fb475885a8978f49de
Crash Output
https://gist.github.com/auberta2/cb00f2ba24fb85fb475885a8978f49de
Expected Behavior
Terraform refresh of the state should succeed
Actual Behavior
terraform crashes after or during refresh of the state of the resources.
Steps to Reproduce
It crashes on commands like terraform plan, apply, refresh or even destroy.
Still, taint command is working
Additional Context
Running on MacOS within a workspace named dev having state remotely managed in S3
References
not as far as I know
The text was updated successfully, but these errors were encountered: