issues
search
dsb-norge
/
terraform-tflint-wrappers
Repo for DSBs TFLint wrapper scripts, ref. https://github.com/terraform-linters/tflint
https://www.dsb.no
MIT License
1
stars
0
forks
source link
Improve the Windows wrapper script
#3
Closed
Laffs2k5
closed
2 years ago
Laffs2k5
commented
2 years ago
New features
Windows wrapper: Return instead of exit:
Changed behavior: Default is to return the exit code instead of terminating the powershell process. Previous behavior with powershell termination can be achieved with tthe flag
-ExitWithCode
.
Added debug output.
Improvements
Sort output and processing.
Fixes
Linting i projects without .tfvars files.
New features
-ExitWithCode
.Improvements
Fixes