From d1a4f643985c0414c72c4690563d6b73ec2d633b Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:38:56 +0200 Subject: [PATCH] chore: upgrade Terraform to 1.9.5 (#314) This PR upgrades the version of Terraform used by this project's `diff` and `deploy` workflows to `1.9.5`. 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 054adbc..070e0ec 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@651471c36a6092792c552e8b1bef71e592b462d8 with: - terraform_version: 1.9.4 + terraform_version: 1.9.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 80e0335..d587105 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@651471c36a6092792c552e8b1bef71e592b462d8 with: - terraform_version: 1.9.4 + terraform_version: 1.9.5 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} terraform_wrapper: false diff --git a/package.json b/package.json index 830ff59..a57c772 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,6 @@ ] }, "terraform": { - "version": "1.9.4" + "version": "1.9.5" } }