Skip to content

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

Merged
wata727 merged 1 commit into
masterfrom
remove_deprecated_module_flags_and_attributes
Nov 9, 2024
Merged

Remove deprecated --module/--no-module and module attribute#2036
wata727 merged 1 commit into
masterfrom
remove_deprecated_module_flags_and_attributes

Conversation

@wata727

@wata727 wata727 commented May 4, 2024

Copy link
Copy Markdown
Member

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
@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