Replies: 1 comment 3 replies
-
Variables passed with TFLint has also long supported the same Which is appropriate depends on the context. You should generally prefer the var file/flag forms, since they protect against simple things like typos in variable names. But if your goal is to provide many variables, some of which aren't valid, you'll need to use the environment variable form. If you already have to call Terraform with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm currently facing an error and not sure how to deal with it, because I know what is intended but can't see why it is happening on this specific case.
I'm using Terragrunt and starting on version 0.69.0 it starts to use TFLint v0.50.3. On that version It starts to give the following error:
Error
Example
Declaration
Utilization
Example Repo
https://github.com/Tiago-SD/terragrunt-test
I hope I could make it somehow clear what is the issue I'm facing.
Thank you in advance for the support,
Tiago
Beta Was this translation helpful? Give feedback.
All reactions