From 8314ee2d3dfdde09804e0120654f7322480e150e Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Fri, 3 Jan 2025 14:37:53 +1100 Subject: [PATCH] setup terraform in validate CI --- .github/workflows/validate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 1e4326297..91bff09ee 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -17,5 +17,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + - name: setup Terraform + uses: hashicorp/setup-terraform@v3 - name: validate generated terraform configuration run: make validate-tf