diff --git a/.github/workflows/_pre_commit.yml b/.github/workflows/_pre_commit.yml index 275a779..665db19 100644 --- a/.github/workflows/_pre_commit.yml +++ b/.github/workflows/_pre_commit.yml @@ -29,7 +29,6 @@ on: required: false jobs: - prerequisites: name: prep data for matrix strategy runs-on: ubuntu-latest @@ -60,9 +59,14 @@ jobs: - name: set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: "3.11" cache: pip + - name: setup Terraform + uses: hashicorp/setup-terraform@v3 + with: + terraform_wrapper: false + - name: install TF Docs if: ${{ matrix.pre_commit_hook == 'terraform_docs' }} working-directory: /tmp @@ -131,4 +135,4 @@ jobs: shell: bash if: ${{ contains(matrix.pre_commit_hook, 'checkov') }} run: | - pre-commit run checkov -a \ No newline at end of file + pre-commit run checkov -a