From 66deddcb8c9beb5d25181761da47301e39ed081d Mon Sep 17 00:00:00 2001 From: "Adrien P." Date: Tue, 12 Nov 2024 04:48:02 +0400 Subject: [PATCH] new: Add third-party toml plugins: `Atlas` and `TFLint` to the registry (#650) --- registry/data/third-party.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/registry/data/third-party.json b/registry/data/third-party.json index 15b036001..c69aab36e 100644 --- a/registry/data/third-party.json +++ b/registry/data/third-party.json @@ -57,6 +57,19 @@ "argocd" ] }, + { + "id": "atlas", + "locator": "https://raw.githubusercontent.com/crashdump/proto-tools/refs/heads/main/toml-plugins/atlas/plugin.toml", + "format": "toml", + "name": "atlas", + "description": "manage your database schema as code.", + "author": "crashdump", + "homepageUrl": "https://atlasgo.io", + "repositoryUrl": "https://github.com/crashdump/proto-tools", + "bins": [ + "atlas" + ] + }, { "id": "bazel", "locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/bazel/plugin.toml", @@ -892,6 +905,19 @@ "terragrunt" ] }, + { + "id": "tflint", + "locator": "https://raw.githubusercontent.com/crashdump/proto-tools/refs/heads/main/toml-plugins/tflint/plugin.toml", + "format": "toml", + "name": "tflint", + "description": "A Pluggable Terraform Linter.", + "author": "crashdump", + "homepageUrl": "https://github.com/terraform-linters/tflint", + "repositoryUrl": "https://github.com/crashdump/proto-tools", + "bins": [ + "tflint" + ] + }, { "id": "tilt", "locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/tilt/plugin.toml",