v0.44.0 #1632
wata727
announced in
Announcements
v0.44.0
#1632
Replies: 0 comments
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.
-
0.44.0 (2022-12-26)
This release added support for
--chdir
and--recursive
flags. Mostly loader related improvements, including some refactorings.The directory argument (e.g.
tflint dir
) has been deprecated. It works in v0.44 but will be removed in a future version. We recommend migrating totflint --chdir=dir
.The
--recursive
flag is an experimental feature. It may not suit all workflows. We may change behavior frequently to keep improving.Enhancements
--chdir
option (@wata727)tflint dir
, you should migrate totflint --chdir=dir
. In most cases the directory argument can be replaced with--chdir
.--recursive
option (@wata727 @bendrucker)--recursive
option is an experimental feature. Behavior may change in future versions.GetOriginalwd()
is available from SDK v0.15.Changes
terraform.tfvars
and*.auto.tfvars
in the current directory were loaded, but since v0.44, value files in the argument directory are loaded.--chdir
.Chores
This discussion was created from the release v0.44.0.
Beta Was this translation helpful? Give feedback.
All reactions