Update terragrunt plugin repo

The previous plugin was a solid foundation but the original author
doesn't appear to be accepting pull requests. My colleague and I have
added:

* A check that prevents bad installs due to invalid versions.
* Support for legacy version files.
* Support for github API tokens to prevent failures during tests.

so we request a change in the plugin listing to point to our repo.
This commit is contained in:
Ali Asad Lotia
2019-11-20 15:18:40 +00:00
parent b772c0230c
commit d0086af35d
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ itself) to look for plugins.
| Terraform | [Banno/asdf-hashicorp](https://github.com/Banno/asdf-hashicorp) | [![Build Status](https://travis-ci.org/Banno/asdf-hashicorp.svg?branch=master)](https://travis-ci.org/Banno/asdf-hashicorp) |
| Terraform-docs | [looztra/asdf-terraform-docs](https://github.com/looztra/asdf-terraform-docs) | [![Build Status](https://travis-ci.org/looztra/asdf-terraform-docs.svg?branch=master)](https://travis-ci.org/looztra/asdf-terraform-docs) |
| Terraform-validator | [looztra/asdf-terraform-validator](https://github.com/looztra/asdf-terraform-validator) | [![Build Status](https://travis-ci.org/looztra/asdf-terraform-validator.svg?branch=master)](https://travis-ci.org/looztra/asdf-terraform-validator) |
| Terragrunt | [td7x/asdf/terragrunt/](https://gitlab.com/td7x/asdf/terragrunt/) | [![pipeline status](https://gitlab.com/td7x/asdf/terragrunt/badges/master/pipeline.svg)](https://gitlab.com/td7x/asdf/terragrunt/commits/master) |
| Terragrunt | [lotia/asdf-terragrunt](https://github.com/lotia/asdf-terragrunt) | [![Build Status](https://github.com/lotia/asdf-terragrunt/workflows/CI/badge.svg?branch=master)](https://github.com/lotia/asdf-terragrunt/actions?query=workflow%3ACI+branch%3Amaster) |
| TFLint | [RykHawthorn/asdf-tflint](https://github.com/RykHawthorn/asdf-tflint) | [![Build Status](https://travis-ci.org/RykHawthorn/asdf-tflint.svg?branch=master)](https://travis-ci.org/RykHawthorn/asdf-tflint) |
| Tmux | [aphecetche/asdf-tmux](https://github.com/aphecetche/asdf-tmux) | [![Build Status](https://travis-ci.org/aphecetche/asdf-tmux.svg?branch=master)](https://travis-ci.org/aphecetche/asdf-tmux) |
| Trdsql | [johnlayton/woodedway](https://github.com/johnlayton/woodedway) | [![Build Status](https://travis-ci.org/johnlayton/woodedway.svg?branch=master)](https://travis-ci.org/johnlayton/woodedway) |

View File

@@ -1 +1 @@
repository = https://gitlab.com/td7x/asdf/terragrunt.git
repository = https://github.com/lotia/asdf-terragrunt.git