diff --git a/.github/workflows/validation.yaml b/.github/workflows/validation.yaml index 0c45a3c..bdc2196 100644 --- a/.github/workflows/validation.yaml +++ b/.github/workflows/validation.yaml @@ -31,7 +31,7 @@ jobs: with: python-version: 3.x - uses: Homebrew/actions/setup-homebrew@master - - name: Install tflint + - name: Install Terraform dependencies if: inputs.validateTerraform == true run: brew install tflint tfsec shell: bash