From ac292b02649ef70e8a65c530b6ea774ca9880eb1 Mon Sep 17 00:00:00 2001 From: Marat Salimzianov Date: Thu, 12 Jun 2025 21:51:10 +0200 Subject: [PATCH] feat: new tfsort plugin --- README.md | 1 + plugins/tfsort | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/tfsort diff --git a/README.md b/README.md index 9a06f9e4..ef4921c7 100644 --- a/README.md +++ b/README.md @@ -796,6 +796,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | tfmigrate | [dex4er/asdf-tfmigrate](https://github.com/dex4er/asdf-tfmigrate) | | tfnotify | [jnavarrof/asdf-tfnotify](https://github.com/jnavarrof/asdf-tfnotify) | | TFSec | [woneill/asdf-tfsec](https://github.com/woneill/asdf-tfsec) | +| tfsort | [salemgolemugoo/asdf-tfsort](https://github.com/salemgolemugoo/asdf-tfsort.git) | | tfstate-lookup | [carnei-ro/asdf-tfstate-lookup](https://github.com/carnei-ro/asdf-tfstate-lookup) | | tfswitch | [iul1an/asdf-tfswitch](https://github.com/iul1an/asdf-tfswitch) | | tfupdate | [yuokada/asdf-tfupdate](https://github.com/yuokada/asdf-tfupdate) | diff --git a/plugins/tfsort b/plugins/tfsort new file mode 100644 index 00000000..ca12d771 --- /dev/null +++ b/plugins/tfsort @@ -0,0 +1 @@ +repository = https://github.com/salemgolemugoo/asdf-tfsort.git