TFLINT fails with Failed to check ruleset
#1617
-
Getting below error while running tflint via MegaLinter v5 ( Module -
variables.tf
Error in linter logs -->
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
If you can isolate this to a reproducible error, go ahead and file a bug report. Make sure to follow the instructions in the form as we can only investigate issues that you've isolated from your unique environment, including wrappers like megalinter. |
Beta Was this translation helpful? Give feedback.
-
After defining "default" value for node_type in
|
Beta Was this translation helpful? Give feedback.
-
Reproducible report: terraform-linters/tflint-ruleset-aws#429 While Valid choices include:
|
Beta Was this translation helpful? Give feedback.
-
You should upgrade to MegaLinter v6 to have a newer tflint version :) |
Beta Was this translation helpful? Give feedback.
Reproducible report:
terraform-linters/tflint-ruleset-aws#429
While
node_type = ""
is invalid and should emit an issue, the plugin shouldn't crash.Valid choices include:
default
node typedefault
tonull
, implyingreplication_group_id
must be provided ifnode_type
is unsetdefault