Skip to content

Commit

Permalink
feat(back): fluidattacks#1381 use tflint
Browse files Browse the repository at this point in the history
- Add tflint to the lint-terraform built-in

Signed-off-by: Robin Quintero <[email protected]>
  • Loading branch information
rohaquinlop committed Oct 21, 2024
1 parent cf2105d commit ff47bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/args/lint-terraform/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ function main {
&& terraform init \
&& info Linting "${src}" \
&& info "${cfg}" \
&& tflint --config="${cfg}" --init
&& tflint --config="${cfg}" --init \
&& tflint --config="${cfg}"
}

main "${@}"

0 comments on commit ff47bb1

Please sign in to comment.