From 6f08e6151897e05dceef1adbd55178442bcf63fd Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:43:04 +0200 Subject: [PATCH] chore: upgrade Terraform to 1.9.7 (#326) This PR upgrades the version of Terraform used by this project's `diff` and `deploy` workflows to `1.9.7`. Signed-off-by: team-tf-cdk --- .github/workflows/deploy-cdktf-stacks.yml | 2 +- .github/workflows/diff-cdktf-stacks.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-cdktf-stacks.yml b/.github/workflows/deploy-cdktf-stacks.yml index 4757225..e6a26fd 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@b9cd54a3c349d3f38e8881555d616ced269862dd with: - terraform_version: 1.9.6 + terraform_version: 1.9.7 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 6124fc1..19009b0 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@b9cd54a3c349d3f38e8881555d616ced269862dd with: - terraform_version: 1.9.6 + terraform_version: 1.9.7 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} terraform_wrapper: false diff --git a/package.json b/package.json index 317de68..4e23e3f 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,6 @@ ] }, "terraform": { - "version": "1.9.6" + "version": "1.9.7" } }