From 0aae0cc447e1d58f7580b4eb51414655f9fe1bc5 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Sun, 17 Mar 2024 23:33:58 +0000 Subject: [PATCH] chore: upgrade Terraform to 1.7.5 Signed-off-by: team-tf-cdk --- .github/workflows/deploy-cdktf-stacks.yml | 2 +- .github/workflows/diff-cdktf-stacks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-cdktf-stacks.yml b/.github/workflows/deploy-cdktf-stacks.yml index b9e5ee1..8f68dc1 100644 --- a/.github/workflows/deploy-cdktf-stacks.yml +++ b/.github/workflows/deploy-cdktf-stacks.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 with: - terraform_version: 1.7.4 + terraform_version: 1.7.5 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} terraform_wrapper: false diff --git a/.github/workflows/diff-cdktf-stacks.yml b/.github/workflows/diff-cdktf-stacks.yml index 15b4683..eed9d1c 100644 --- a/.github/workflows/diff-cdktf-stacks.yml +++ b/.github/workflows/diff-cdktf-stacks.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 with: - terraform_version: 1.7.4 + terraform_version: 1.7.5 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} terraform_wrapper: false