Skip to content

Commit

Permalink
new: Add third-party toml plugins: Atlas and TFLint to the regist…
Browse files Browse the repository at this point in the history
…ry (#650)
  • Loading branch information
crashdump authored Nov 12, 2024
1 parent b1cb091 commit 66deddc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 66deddc

Please sign in to comment.