From c4ba5b5609cf1f97444b1ef72ef25415d2b4ba90 Mon Sep 17 00:00:00 2001 From: Arnau Llamas Date: Wed, 6 Aug 2025 18:43:10 +0200 Subject: [PATCH 1/2] feat: add asdf-terramaid --- README.md | 1 + plugins/terramaid | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/terramaid diff --git a/README.md b/README.md index 9a06f9e4..6aae7632 100644 --- a/README.md +++ b/README.md @@ -785,6 +785,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Terraform-validator | [looztra/asdf-terraform-validator](https://github.com/looztra/asdf-terraform-validator) | | Terraformer | [gr1m0h/asdf-terraformer](https://github.com/gr1m0h/asdf-terraformer) | | Terragrunt | [gruntwork-io/asdf-terragrunt](https://github.com/gruntwork-io/asdf-terragrunt) | +| Terramaid | [arnaullamas/asdf-terramaid](https://github.com/arnaullamas/asdf-terramaid) | | Terramate | [martinlindner/asdf-terramate](https://github.com/martinlindner/asdf-terramate) | | Terrascan | [hpdobrica/asdf-terrascan](https://github.com/hpdobrica/asdf-terrascan) | | tf (hashi terraform wrapper) | [dex4er/asdf-tf](https://github.com/dex4er/asdf-tf) | diff --git a/plugins/terramaid b/plugins/terramaid new file mode 100644 index 00000000..79457c02 --- /dev/null +++ b/plugins/terramaid @@ -0,0 +1 @@ +repository = https://github.com/arnaullamas/asdf-terramaid.git From 2586147ab8d1a79e1e10824516554043290f0dc4 Mon Sep 17 00:00:00 2001 From: Arnau Llamas Date: Wed, 6 Aug 2025 18:52:40 +0200 Subject: [PATCH 2/2] fix: fmt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aae7632..2e2310d1 100644 --- a/README.md +++ b/README.md @@ -785,7 +785,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Terraform-validator | [looztra/asdf-terraform-validator](https://github.com/looztra/asdf-terraform-validator) | | Terraformer | [gr1m0h/asdf-terraformer](https://github.com/gr1m0h/asdf-terraformer) | | Terragrunt | [gruntwork-io/asdf-terragrunt](https://github.com/gruntwork-io/asdf-terragrunt) | -| Terramaid | [arnaullamas/asdf-terramaid](https://github.com/arnaullamas/asdf-terramaid) | +| Terramaid | [arnaullamas/asdf-terramaid](https://github.com/arnaullamas/asdf-terramaid) | | Terramate | [martinlindner/asdf-terramate](https://github.com/martinlindner/asdf-terramate) | | Terrascan | [hpdobrica/asdf-terrascan](https://github.com/hpdobrica/asdf-terrascan) | | tf (hashi terraform wrapper) | [dex4er/asdf-tf](https://github.com/dex4er/asdf-tf) |