From 1246044fbfbce78c6970a49d87cb40723bebf43e Mon Sep 17 00:00:00 2001 From: nasa9084 Date: Thu, 4 Apr 2024 18:01:14 +0900 Subject: [PATCH] feat: add tfcmt plugin --- README.md | 1 + plugins/tfcmt | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/tfcmt diff --git a/README.md b/README.md index 518da03ac..ba40e4def 100644 --- a/README.md +++ b/README.md @@ -719,6 +719,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Terragrunt | [ohmer/asdf-terragrunt](https://github.com/ohmer/asdf-terragrunt) | | Terramate | [martinlindner/asdf-terramate](https://github.com/martinlindner/asdf-terramate) | | Terrascan | [hpdobrica/asdf-terrascan](https://github.com/hpdobrica/asdf-terrascan) | +| tfcmt | [nasa9084/asdf-tfcmt](https://github.com/nasa9084/asdf-tfcmt) | | tfctl | [deas/asdf-tfctl](https://github.com/deas/asdf-tfctl) | | tfc-agent | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) | | tfenv | [carlduevel/asdf-tfenv](https://github.com/carlduevel/asdf-tfenv) | diff --git a/plugins/tfcmt b/plugins/tfcmt new file mode 100644 index 000000000..54374b11f --- /dev/null +++ b/plugins/tfcmt @@ -0,0 +1 @@ +repository = https://github.com/nasa9084/asdf-tfcmt.git