-
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
Terraform0.12 with aws2.24 crashes during plan #9814
Comments
Relevant portion of the crash log:
Terraform resource code should never call This is related to #9775 as they share the same underlying function call to Definition of DonePresumably, this must be done before fixes from #9775 are implemented so the error returns the unexpected crash.
At this point, this crash issue can be closed out. The fixes from #9775 will fix the underlying implementation issue. |
This has been released in version 2.29.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. 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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform Version
Terraform version 0.12.6
aws provider version: 2.24
Terraform Configuration Files
https://www.dropbox.com/s/gmgneeyhvyyqn6a/gen.tf?dl=0
https://www.dropbox.com/s/u3rczydswur1fd2/spot_fleet_az.tf?dl=0
Panic Output
https://gist.github.com/korjek/c91a42f752175f50c152c0e1d2db8d05
Expected Behavior
Terraform should produce plan without crashing
Actual Behavior
Terrafrom keeps crashing
Steps to Reproduce
terraform plan
Important Factoids
We don't have this issue with aws provider 2.16
The text was updated successfully, but these errors were encountered: