From 44ada2fddfb43e5155dd272e33c98bdbfbbc0e5b Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Sun, 3 Dec 2023 23:34:05 +0000 Subject: [PATCH] chore: upgrade Terraform to 1.6.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 37e0dc6..3ee551c 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@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 with: - terraform_version: 1.6.4 + terraform_version: 1.6.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 26e4c0a..75b5c0d 100644 --- a/.github/workflows/diff-cdktf-stacks.yml +++ b/.github/workflows/diff-cdktf-stacks.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 with: - terraform_version: 1.6.4 + terraform_version: 1.6.5 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} terraform_wrapper: false