-
Notifications
You must be signed in to change notification settings - Fork 39
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
Panic: Can't use ElementIterator on unknown value #193
Labels
bug
Something isn't working
Comments
I can reproduce this with config-lint 1.6.0 with the example file given by @aabouzaid :
I am also hitting this with the following example (taken from an actual TF file, just with pieces removed so long as the error was still there:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Using config-lint
v1.1.0
(latest release), with this TF file:And this command
When I remove the
["url"]
part to be like this:It works but the debug data doesn't look the same as in Terraform:
The values in
local.buckets
looks weird, also and thefor_each
in the resource.I've tried to upgrade libs mentioned in the trace to latest version and recompile, but it's the same result.
The mentioned syntax works with Terraform
0.12.20
and the output is the url of the buckets.BTW, this issue happenes since v0.0.44 (at least).
Thanks.
The text was updated successfully, but these errors were encountered: