-
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
tf12 errors on parameter list format #207
Comments
I am able to reproduce the error and am working on a resolution. So far, looks like separate blocks are grouped together as a single block and then linted. Whereas a joined block that's already in that format isnt read correctly, and instead In this example,
|
For the tf12 parser the block syntax works as expected:
But the list of objects returns a warning/failure condition for the same rule
Per https://www.terraform.io/docs/configuration/attr-as-blocks.html this syntax is not recommended, but is still supported.
Assertion that works for blocks and fails for list of objects
The text was updated successfully, but these errors were encountered: