From 8f5b51bfba5a5a29d08854c1d155555c0fe35115 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Mon, 18 Sep 2023 10:06:30 +0200 Subject: [PATCH] chore: update terraform version and increase log level --- .github/workflows/deploy-cdktf-stacks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-cdktf-stacks.yml b/.github/workflows/deploy-cdktf-stacks.yml index da03b51..87e7d89 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.4.6 + terraform_version: 1.5.7 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 @@ -41,6 +41,7 @@ jobs: run: "$(yarn bin)/cdktf deploy --auto-approve '${{ matrix.stack }}'" env: TERRAFORM_CLOUD_TOKEN: ${{ secrets.TF_CLOUD_TOKEN }} + CDKTF_LOG_LEVEL: all - name: Send failures to Slack if: ${{ failure() && !cancelled() }}