From fe58226821e16020253d9d13a9f4d01c822804e5 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Mon, 20 May 2024 16:21:52 -0400 Subject: [PATCH] comment out tflint --- .github/workflows/validate.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index e94ab03..a00e9f2 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -19,9 +19,10 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.11" - - name: Preparing Environment - id: prep_env - run: ./scripts/retrieve_tf_modules.sh ${{ env.fd-aws-tf-modules-version }} + # TODO: re-enable this when upgrading to >= 2.23.0 w/ fix for tflint + # - name: Preparing Environment + # id: prep_env + # run: ./scripts/retrieve_tf_modules.sh ${{ env.fd-aws-tf-modules-version }} - name: Install pre-commit run: pip install pre-commit - name: Run pre-commit hooks