-
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
Terraform Crash version v0.6.10 #4915
Comments
Thanks for opening the issue @achalupa74 - we'll get this resolved. Relevant section of the crash log:
|
Thanks for opening this @achalupa74 – you don't by chance have a sample configuration file (minus any secrets) that demonstrates this, do you? |
Thanks for the responses guys. I'm willing to share my scripts. I've stripped out any passwords or AWS keys. Warning there are several modules in this package. I've only seen the crash twice so for (most recently this afternoon). Attached is my set of scripts. To run the scripts CD to the folder: \terraform\deployments\Manhattan\dev, |
Doing some more investigation here: it looks like the crash was in the following code which has subsequently moved around a bit since v0.6.10:
I'd imagine that the crash must be in the dereference of |
This should be fixed in #5155; before that patch, if no route was found, |
Sorry – meant to include that #5155 went out in the v0.6.12 release of Terraform, so upgrading to at least that should fix this issue. Thanks! |
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. |
crash.zip
I managed to get a terraform crash during a 'terraform apply' run:
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Terraform crashed! This is always indicative of a bug within Terraform.
A crash log has been placed at "crash.log" relative to your current
working directory. It would be immensely helpful if you could please
report the crash with Terraform1 so that we can fix this.
When reporting bugs, please include your terraform version. That
information is available on the first line of crash.log. You can also
get it by running 'terraform --version' on the command line.
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
[jenkins-slave@bosbld-man dev]$ ls
crash.log dev.tf terraform.tfstate terraform.tfstate.backup
[jenkins-slave@bosbld-man dev]$ terraform -version
Terraform v0.6.9
Your version of Terraform is out of date! The latest version
is 0.6.10. You can update by downloading from www.terraform.io
[jenkins-slave@bosbld-man dev]$
Attached is the crash log.
The text was updated successfully, but these errors were encountered: