-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
0.12.6 Crashes when resource for_each given a list #22305
Comments
Thanks for the bug report. I'm pleased to say that this is fixed by #22279, and the new error you'll get is:
This fix will be deployed in Terraform v0.12.7. |
Not sure why this issue is closed. #22279 doesn't actually fix the problem of using a list with |
|
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
Terraform Configuration Files
Crash Output
https://gist.github.com/dpiddockcmp/25d0622a732b41ae704e2bcd9132f895
Expected Behavior
Either:
for_each
not supporting listsActual Behavior
Crash.
panic: not a string
Steps to Reproduce
terraform init
terraform plan
References
The text was updated successfully, but these errors were encountered: