Skip to content

Commit

Permalink
chore(deps): update terraform hashicorp/terraform to v1.6.0 (#567)
Browse files Browse the repository at this point in the history
* chore(deps): update terraform hashicorp/terraform to v1.6.0

* Bump terraform version

---------

Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
Co-authored-by: Ash Davies <[email protected]>
  • Loading branch information
playground-manager[bot] and ashdavies authored Oct 10, 2023
1 parent f3aa144 commit 5a1b0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.5.7
terraform_version: 1.6.0

- id: init
run: terraform -chdir=terraform init
Expand Down
2 changes: 1 addition & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ terraform {
}
}

required_version = "1.5.7"
required_version = "1.6.0"
}

0 comments on commit 5a1b0de

Please sign in to comment.