-
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
Upgraded to 0.10.0, plan fails previously created config/statefile. #1365
Comments
I'm also seeing this, only on S3 buckets with lifecycle configurations set. |
OIC, this is already fixed at HEAD in #1316 cc @jgrossmac |
Thanks for the link, hopefully this gets released soon :D |
Sorry for the regression here, everyone. As @handlerbot noted, it does seem like this was already fixed in #1316, so will be included in the next release. I'm going to close this to reflect that, and we'll look at getting a release out soon since there's this and a bunch of stuff queued up for 0.1.4. |
@apparentlymart Could there be a 0.1.3a ASAP with just this fix? Breaking any Terraform state that has an S3 bucket that has a lifecycle on it is pretty severe. |
@handlerbot 0.1.4 was released 2 hrs ago 😄 . Gotta love the new provider breakout. |
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! |
This issue was originally opened by @jgrossmac as hashicorp/terraform#15754. It was migrated here as a result of the provider split. The original body of the issue is below.
Upgraded to terraform 0.10.0, ran a
terraform init
, then a plan and got a whole bunch of errors back on a previously known good configuration.Terraform Version
Terraform v0.10.0
Terraform Configuration Files
Panic Output
https://gist.github.com/jgrossmac/c52fee4dd53a95dbbaf5881f16704097
Expected Behavior
Should have a detailed build plan based on an existing statefile.
Actual Behavior
Lots of "unexpected EOF" and "connection is shut down" errors.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
in the root directory of my configs.terraform plan -var-file=../envs/qa3/env.tfvars -state=../envs/qa3/terraform.tfstate
The text was updated successfully, but these errors were encountered: