Skip to content

Commit

Permalink
Add Atlas and TFLint 3rd party plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
crashdump committed Nov 1, 2024
1 parent 2d1dc78 commit b20fbb3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,20 @@
"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": "ariga",
"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 +906,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 b20fbb3

Please sign in to comment.