From c2f466d22118fa3095447b5326c5ce95fb759014 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Wed, 20 Dec 2023 11:39:25 +0000 Subject: [PATCH] chore: upgrade Terraform to 1.6.6 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 fd3ffd4..a19d7ce 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.6.5 + terraform_version: 1.6.6 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 f7d88ad..3f5ce7c 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 with: - terraform_version: 1.6.5 + terraform_version: 1.6.6 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} terraform_wrapper: false