From 5275bdda966ac1657c3db69fc0c085c5c417f32f Mon Sep 17 00:00:00 2001 From: j4y <36337+j4y@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:59:36 -0400 Subject: [PATCH] chore: update terraform and terragrunt versions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3ec3356..4f72680 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,13 +31,13 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v3.1.2 with: - terraform_version: 1.5.7 + terraform_version: 1.13.4 terraform_wrapper: true - name: Setup Terragrunt uses: autero1/action-terragrunt@v3.0.2 with: - terragrunt-version: 0.55.18 + terragrunt-version: 0.86.0 token: ${{ secrets.GITHUB_TOKEN }} - name: Upgrade Provider