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() }}