From 85abff1c206cb1a921372b9f865efd623f2581db Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Mon, 13 May 2024 18:12:09 +0530 Subject: [PATCH 1/3] feat: upgrade Terramate to v0.8.4 --- .tool-versions | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 7a961f7..7b2cade 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ terraform 1.8.0 -terramate 0.6.1 +terramate 0.8.4 diff --git a/README.md b/README.md index 66b848b..0563305 100644 --- a/README.md +++ b/README.md @@ -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) From 2312c8de7f1d8fea01580f36e1b9e261c9f27cb3 Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Mon, 13 May 2024 18:35:58 +0530 Subject: [PATCH 2/3] updating version for ci test --- terramate.tm.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terramate.tm.hcl b/terramate.tm.hcl index be95cce..cd4c39e 100644 --- a/terramate.tm.hcl +++ b/terramate.tm.hcl @@ -1,5 +1,5 @@ terramate { - required_version = "~> 0.6.0" + required_version = "~> 0.8.4" config { run { From ee0cd48de3f9c5b4dd36ae5823d6b536cf70ce58 Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Mon, 13 May 2024 18:59:19 +0530 Subject: [PATCH 3/3] updating Terramate Action to V2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24be592..53c6a60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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