Skip to content

Commit

Permalink
Update to latest terramate and terraform (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius authored Apr 19, 2024
2 parents 6b7d84f + c3237d0 commit ff14742
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.7.1
terraform_version: 1.8.0
terraform_wrapper: false

- name: Check Terraform Formatting
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
terraform 1.7.1
terramate 0.4.4
terraform 1.8.0
terramate 0.6.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ This is not production-ready code, so use it at your own risk.

## Pre-Requisites

- [Terraform](https://www.terraform.io/) `~> 1.7`
- [Terramate](https://github.com/terramate-io/terramate) `~> 0.4.0`
- [Terraform](https://www.terraform.io/) `~> 1.8`
- [Terramate](https://github.com/terramate-io/terramate) `~> 0.6.0`
- Configure your Google Cloud credentials using one of the supported [authentication mechanisms](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference#authentication)
- Google Cloud Provider account
- At least one [Google Cloud project](https://cloud.google.com/storage/docs/projects)
Expand Down
2 changes: 1 addition & 1 deletion terramate.tm.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terramate {
required_version = "~> 0.4.0"
required_version = "~> 0.6.0"

config {
run {
Expand Down

0 comments on commit ff14742

Please sign in to comment.