Replies: 1 comment
-
This error is probably not due to TFLint, since it only validates the bare minimum schema. Please consider the possibility that other tools are giving the error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
We run super-linter (ghcr.io/super-linter/super-linter:v5) to lint our terraform code. We turn on
tflint
by setting env varUnfortunately its failing right now:
removed
blocks were added in terraform 1.7 (https://www.hashicorp.com/blog/terraform-1-7-adds-test-mocking-and-config-driven-remove). It would be great iftflint
supported linting of files that containremoved
blocks.In the meantime, is it possible to ignore this error? We've tried:
but doing so is not having the desired effect
Command
Unknown, its wrapped up in super-linter
Terraform Configuration
TFLint Configuration
Output
TFLint Version
v0.48.0.0 (I think, that's what I'm assuming from this line: https://github.com/super-linter/super-linter/blob/a8150b40c89574adb5f68bf9502b890a236a06b3/Dockerfile#L15)
Terraform Version
1.7
Operating System
Beta Was this translation helpful? Give feedback.
All reactions