From 2925c8ecc0df8aa02d14b20514010b04536d5864 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 13 Apr 2021 09:06:37 +0900 Subject: [PATCH] Import asdf-hashicorp repository Signed-off-by: Sora Morimoto --- terraform/github/repositories.tf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/terraform/github/repositories.tf b/terraform/github/repositories.tf index bb0eee6..08b49fe 100644 --- a/terraform/github/repositories.tf +++ b/terraform/github/repositories.tf @@ -298,6 +298,19 @@ locals { ] } + asdf-hashicorp = { + description = "HashiCorp plugin for the asdf version manager" + homepage_url = "https://github.com/asdf-vm/asdf" + topics = [ + "asdf-plugin", + "asdf", + ] + teams = [ + "asdf-core", + "asdf-hashicorp", + ] + } + asdf-haskell = { description = "Haskell plugin for the asdf version manager" homepage_url = "https://github.com/asdf-vm/asdf"