From c919e0924c725553e06a49e66383e57cc947e05e Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Thu, 1 Sep 2022 12:34:00 +0900 Subject: [PATCH] Import asdf-go repository Signed-off-by: Sora Morimoto --- terraform/github/repositories.tf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/terraform/github/repositories.tf b/terraform/github/repositories.tf index 51b3f4e..afae7b4 100644 --- a/terraform/github/repositories.tf +++ b/terraform/github/repositories.tf @@ -335,6 +335,20 @@ locals { ] } + asdf-go = { + description = "Go plugin for the asdf version manager" + homepage_url = "https://github.com/asdf-vm/asdf" + default_branch = "master" + topics = [ + "asdf-plugin", + "asdf", + ] + teams = [ + "asdf-go", + "asdf-core", + ] + } + asdf-graalvm = { description = "GraalVM plugin for the asdf version manager" homepage_url = "https://github.com/asdf-vm/asdf"