From 07fa4082a020f7b320af89a7ccb24cb9ef032a04 Mon Sep 17 00:00:00 2001 From: Mario Castro Squella Date: Thu, 30 Jan 2025 11:18:01 -0300 Subject: [PATCH] Update re_test-integration-prepare.yml --- .github/workflows/re_test-integration-prepare.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/re_test-integration-prepare.yml b/.github/workflows/re_test-integration-prepare.yml index 0b2fa8a3b..d0ff8a199 100644 --- a/.github/workflows/re_test-integration-prepare.yml +++ b/.github/workflows/re_test-integration-prepare.yml @@ -69,3 +69,8 @@ jobs: path: packages/framework-integration-tests/.booster retention-days: 1 include-hidden-files: true + + - name: Install Terraform + uses: hashicorp/setup-terraform@v2 + with: + terraform_version: latest