@@ -41,23 +41,23 @@ jobs:
4141 with :
4242 directory : ${{ matrix.directory }}
4343
44- - name : Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }}
45- # Run only validate pre-commit check on min version supported
46- if : ${{ matrix.directory != '.' }}
47- uses :
clowdhaus/terraform-composite-actions/[email protected] 48- with :
49- terraform-version : ${{ steps.minMax.outputs.minVersion }}
50- tflint-version : ${{ env.TFLINT_VERSION }}
51- args : ' terraform_validate --color=always --show-diff-on-failure --files ${{ matrix.directory }}/*'
44+ # - name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }}
45+ # # Run only validate pre-commit check on min version supported
46+ # if: ${{ matrix.directory != '.' }}
47+ # uses: clowdhaus/terraform-composite-actions/[email protected] 48+ # with:
49+ # terraform-version: ${{ steps.minMax.outputs.minVersion }}
50+ # tflint-version: ${{ env.TFLINT_VERSION }}
51+ # args: 'terraform_validate --color=always --show-diff-on-failure --files ${{ matrix.directory }}/*'
5252
53- - name : Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }}
54- # Run only validate pre-commit check on min version supported
55- if : ${{ matrix.directory == '.' }}
56- uses :
clowdhaus/terraform-composite-actions/[email protected] 57- with :
58- terraform-version : ${{ steps.minMax.outputs.minVersion }}
59- tflint-version : ${{ env.TFLINT_VERSION }}
60- args : ' terraform_validate --color=always --show-diff-on-failure --files $(ls *.tf)'
53+ # - name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }}
54+ # # Run only validate pre-commit check on min version supported
55+ # if: ${{ matrix.directory == '.' }}
56+ # uses: clowdhaus/terraform-composite-actions/[email protected] 57+ # with:
58+ # terraform-version: ${{ steps.minMax.outputs.minVersion }}
59+ # tflint-version: ${{ env.TFLINT_VERSION }}
60+ # args: 'terraform_validate --color=always --show-diff-on-failure --files $(ls *.tf)'
6161
6262 preCommitMaxVersion :
6363 name : Max TF pre-commit
0 commit comments