Skip to content

Commit

Permalink
chore: upgrade Terraform to 1.8.2 (#286)
Browse files Browse the repository at this point in the history
This PR initiates the upgrade of the version of Terraform used by this
project's `diff` and `deploy` workflows to version `1.8.2`.
Unfortunately, not everything can be automated, and the following steps
need to be completed manually:
 
- Update the _Terraform Version_ in the TFC web UI in the following
workspaces:
- [x]
[custom-constructs](https://app.terraform.io/app/cdktf-team/workspaces/custom-constructs/settings/general)
- [x]
[prebuilt-providers](https://app.terraform.io/app/cdktf-team/workspaces/prebuilt-providers/settings/general)
- [x]
[prebuilt-providers-official-new](https://app.terraform.io/app/cdktf-team/workspaces/prebuilt-providers-official-new/settings/general)
- [x]
[prebuilt-providers-partners](https://app.terraform.io/app/cdktf-team/workspaces/prebuilt-providers-partners/settings/general)
- Rerun the checks and carefully inspect the diff output before merging
this PR.

Signed-off-by: team-tf-cdk <github-team-tf-cdk@hashicorp.com>
  • Loading branch information
team-tf-cdk committed Apr 29, 2024
1 parent 0754ac0 commit 06006b0
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.8.0
terraform_version: 1.8.2
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.8.0
terraform_version: 1.8.2
cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }}
terraform_wrapper: false

Expand Down

0 comments on commit 06006b0

Please sign in to comment.