-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
unexpected EOF: panic: runtime error: invalid memory address or nil pointer dereference #3083
Comments
Hi @beanaroo Clipping out the important part of the crash log, which doesn't contain any sensitive data:
|
It looks like the read retry logic is returning I'll submit a PR for this resource that inserts the same error message as the lines before it (saying "Elastic Beanstalk Application ... not found"). I'm not sure if we should modify |
The fix is in master and will be released in v1.8.0 of the provider. |
This has been released in terraform-provider-aws version 1.8.0. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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
Affected Resource(s)
Terraform Configuration Files
terraform.zip.gpg
Debug Output
plan.log.gpg
Panic Output
crash.log.gpg
Expected Behavior
Plan should succeed
Actual Behavior
Panics
Steps to Reproduce
terraform init
terraform plan
Important Factoids
Version
1.7.0
works as expected.1.7.1.
causes the panic.The text was updated successfully, but these errors were encountered: