Skip to content

Commit

Permalink
chore: upgrade Terraform to 1.7.0 (#272)
Browse files Browse the repository at this point in the history
Upgrade of the version of Terraform used by this project's `diff` and `deploy` workflows to `1.7.0`.

---------

Signed-off-by: team-tf-cdk <[email protected]>
Co-authored-by: Nara Kasbergen <[email protected]>
  • Loading branch information
team-tf-cdk and xiehan authored Jan 22, 2024
1 parent 7c108ec commit 8f82140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36
with:
terraform_version: 1.6.6
terraform_version: 1.7.0
cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }}
terraform_wrapper: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/diff-cdktf-stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36
with:
terraform_version: 1.6.6
terraform_version: 1.7.0
cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }}
terraform_wrapper: false

Expand Down

0 comments on commit 8f82140

Please sign in to comment.