From bac4e6818ef0ff8cddfd040a718451bb52b36d4f Mon Sep 17 00:00:00 2001 From: Lucas Carlos Date: Wed, 18 Dec 2024 14:19:42 -0300 Subject: [PATCH] update tofu version --- .github/workflows/iac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 92289a56..9d02a75a 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -198,7 +198,7 @@ jobs: id: init uses: gruntwork-io/terragrunt-action@v2.1.4 with: - tofu_version: ${{ inputs.TF_VERSION }} + tofu_version: 1.8.7 tg_version: ${{ inputs.TG_VERSION }} tg_dir: ./${{ inputs.WORKING_DIR }} tg_command: 'run-all init'