-
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
aws.resourceAwsS3BucketRead: invalid memory address or nil pointer dereference #1336
Comments
Believe this duplicates #1314 |
Pinning AWS providers to 0.1.1 is working in our environment (until 0.1.4 is released) |
I can confirm that when using 0.1.1 I no longer see an issue! (At least for |
Hi @icflournoy Marking as duplicate of #1314 which was fixed in #1316 and will be shipped as part of the next release 🔜 . |
Duplicate of #1314 |
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! |
Hi there,
I have recently updated my terraform binary from v0.9.9 to v0.10.0. Once previous stable plans are now crashing every time I do a
terraform refresh
.Terraform Version
Affected Resource(s)
It looks to me that refreshing the lifecycle configuration for an S3 bucket is causing the fault.
Terraform Configuration Files
This is inside a module, that is required by another module, that is pulled into my root terraform plan for the environment.
Panic/Debug Output
https://gist.github.com/icflournoy/0ec94596f6a760eb552e1c03f028f014
Expected Behavior
Terraform completes a refresh of the state.
Actual Behavior
During the refresh Terraform crashed.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
terraform refresh
Important Factoids
Today I had refactored my plans and had a stable infrastructure under Terraform v0.9.9. I have upgraded to the v0.10.0 binary and am doing initial testing, but cannot move past the refresh phase.
I also have a secondary environment that shows the same stacktrace for the same resource, but much further back in the debug/trace log since the environment has more resources. The refresh of these resources then fails with either
unexpected EOF
orconnection is shut down
.The text was updated successfully, but these errors were encountered: