-
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
azure RM crash #9198
Comments
I will add here. I tried to import azurerm_local_network_gateway and got similar issue:
|
@spuder Do you still see this issue? It sounds like a corrupted tfstate file caused the crash. If you still have the backup of the tfstate file, can you check whether it is in a valid json format? (Like all "{" and "}" are matching, so the parser won't hit EOF unexpectedly) Thanks! |
No, I'm not using terraform with azure at the moment. I'll close the issue. If someone else sees the issue I'll reopen. |
I know you probably figured it out by now... but you misspelled your us_address_space variable in the second to last line:
should be:
|
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. |
I'm suddenly getting the following terraform crash. I've successfully used this exact terraform config dozens of time over the last few days, so I'm at a loss of why terraform would suddenly start crashing
Terraform Version
Terraform v0.7.4
Steps to Reproduce
terraform plan
Terraform Configuration Files
Debug Output
https://gist.github.com/spuder/cfb85af76ed41e8807e95bb8c70f0142
Terraform is complaining about an unexpected EOF
Panic Output
https://gist.github.com/spuder/8e46e9fb684066ee3bf959eb5435ef98
If I backup and then move the tfstate file, then terraform no longer crashes (though it wants to rebuild all resources).
The text was updated successfully, but these errors were encountered: