From c7d00890873a145ba966c2b3c37ff805b7e000ca Mon Sep 17 00:00:00 2001 From: Mark McMurray <124582983+markmcmurray-sysdig@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:06:13 +0000 Subject: [PATCH] fix: add terraform setup to GH workflow --- .github/workflows/ci-pull-request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-pull-request.yaml b/.github/workflows/ci-pull-request.yaml index 6aef73b..7a5f69a 100644 --- a/.github/workflows/ci-pull-request.yaml +++ b/.github/workflows/ci-pull-request.yaml @@ -47,6 +47,8 @@ jobs: uses: actions/setup-go@v2 with: go-version: ${{ env.GO_VERSION }} + - name: Set up Terraform + uses: hashicorp/setup-terraform@v3 - name: Check out code uses: actions/checkout@v2 - name: Cache modules