-
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
Crash on Plan/Apply #3128
Comments
I think this is the same issue that I tried to fix in #3009. If so, somewhere in your config you have a list where a plain string is expected. It's a bug that Terraform crashed in this case rather than giving you a useful error, but if you can identify where in your config this is then you can work around it by changing it to a string. You can see another example of this problem in #2984. If it seems like that's not the problem you have in this case, or you can't find such a thing in your configuration, it'd be helpful if you could share your configuration -- sanitized to hide any secret information -- to help figure out where this error is coming from. |
I believe this has been fixed by 8fdffb6. |
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. |
I have recently started updating some stuff I did in terraform a few months ago. However, when I try to plan/apply terraform crashes and gives me a stack trace. Any help would be greatly appreciated.
Thanks!
Version 0.6.3
Output Below:
The text was updated successfully, but these errors were encountered: