-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Crash on plan #1314
Comments
@lra Thanks for this report. Would you mind sharing the affected config (or relevant part of it - at least |
@radeksimko It might be tough to find the culprit, and slow, because our TF files are huge. Looks like you got a good candidate in #1336 |
Fixes hashicorp/terraform#15706. Fixes hashicorp#1314. A recent pull request hashicorp#899) accessed `lifecycleRule.Filter` without first ensuring that it is not a `nil` pointer.
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Terraform Version
Terraform v0.10.0
Panic Output
I can't really share the crash.log as there are private info in it.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
terraform plan
The text was updated successfully, but these errors were encountered: