Skip to content

Commit

Permalink
feat: upgrade Terramate to v0.8.4 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius authored May 14, 2024
2 parents ff14742 + ee0cd48 commit 020cda6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Set up Terramate
uses: terramate-io/terramate-action@v1
uses: terramate-io/terramate-action@v2

- name: Set up Terraform
uses: hashicorp/setup-terraform@v1
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
terraform 1.8.0
terramate 0.6.1
terramate 0.8.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This is not production-ready code, so use it at your own risk.
## Pre-Requisites

- [Terraform](https://www.terraform.io/) `~> 1.8`
- [Terramate](https://github.com/terramate-io/terramate) `~> 0.6.0`
- [Terramate](https://github.com/terramate-io/terramate) `~> 0.8.4`
- 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.6.0"
required_version = "~> 0.8.4"

config {
run {
Expand Down

0 comments on commit 020cda6

Please sign in to comment.