Skip to content
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

Remove deprecated --module/--no-module and module attribute #2036

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wata727
Copy link
Member

@wata727 wata727 commented May 4, 2024

Follow up of #1951

This PR removes the deprecated --module/--no-module flags, and module attribute in .tflint.hcl. After this PR is merged, the following error will be shown.

$ tflint --module
Failed to parse CLI options; --module option was removed in v0.52.0. Use --call-module-type=all instead

$ tflint --no-module
Failed to parse CLI options; --no-module option was removed in v0.52.0. Use --call-module-type=none instead

$ tflint
Failed to load TFLint config; "module" attribute was removed in v0.52.0. Use "call_module_type" instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant