Skip to content

Commit

Permalink
chore: update terraform version and increase log level
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Sep 18, 2023
1 parent 2f1d899 commit 8f5b51b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-cdktf-stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() }}
Expand Down

0 comments on commit 8f5b51b

Please sign in to comment.