Skip to content

chore(deps): update dependency tflint to v0.50.1

Renovate Bot requested to merge renovate/tflint-0.x into main

This MR contains the following updates:

Package Update Change
tflint minor 0.47.0 -> 0.50.1

Release Notes

terraform-linters/tflint (tflint)

v0.50.1

Compare Source

What's Changed

BugFixes

Full Changelog: https://github.com/terraform-linters/tflint/compare/v0.50.0...v0.50.1

v0.50.0

Compare Source

What's Changed

Breaking Changes
  • Call local modules by default by @​wata727 in https://github.com/terraform-linters/tflint/pull/1918
    • Module inspection is now enabled by default for modules whose source is a relative path. Note that "module inspection" will be called "calling modules" after this change. See also https://github.com/terraform-linters/tflint/issues/1066
    • CLI flag --module has been changed to --call-module-type. For backward compatibility, --module will continue to work, but it will be removed in a future version, so we recommend migrating early. The same applies to the module attribute of the configuration file.
      • --module flag is replaced by --call-module-type=all and --no-module (previous default) is replaced by --call-module-type=none
    • For modules with many local module calls, this change may result in performance degradation. If this is not acceptable, you can keep the previous default by specifying --call-module-type=none.
  • Make assignments to undeclared variables an error by @​wata727 in https://github.com/terraform-linters/tflint/pull/1941
    • In line with Terraform behavior, assignments using the --var flag etc. to undeclared variables now result in an error. To avoid this, remove unnecessary variable assignments.
Enhancements
BugFixes
Chores

Full Changelog: https://github.com/terraform-linters/tflint/compare/v0.49.0...v0.50.0

v0.49.0

Compare Source

What's Changed

Enhancements
Chores

New Contributors

Full Changelog: https://github.com/terraform-linters/tflint/compare/v0.48.0...v0.49.0

v0.48.0

Compare Source

What's Changed

Breaking Changes
BugFixes
Chores

Full Changelog: https://github.com/terraform-linters/tflint/compare/v0.47.0...v0.48.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports