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

Merged
merged 1 commit into from
Nov 9, 2024

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

@wata727 wata727 force-pushed the remove_deprecated_module_flags_and_attributes branch from 897bb0a to c60a868 Compare November 9, 2024 14:34
@wata727 wata727 merged commit b9976dc into master Nov 9, 2024
14 checks passed
@wata727 wata727 deleted the remove_deprecated_module_flags_and_attributes branch November 9, 2024 14:39
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.

1 participant