From f078290dba43d33ec847c4f1ba3f34e8c7e003f5 Mon Sep 17 00:00:00 2001 From: Andrew Duss Date: Thu, 24 Aug 2023 10:30:13 -0600 Subject: [PATCH] feat: added kpack-cli and dapr-cli to repositories Signed-off-by: Andrew Duss --- terraform/github/repositories.tf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/terraform/github/repositories.tf b/terraform/github/repositories.tf index 3eb8f7f..3cff69b 100644 --- a/terraform/github/repositories.tf +++ b/terraform/github/repositories.tf @@ -184,6 +184,20 @@ locals { ] } + asdf-dapr-cli = { + description = "Dapr CLI plugin for the asdf version manager" + homepage_url = "https://github.com/asdf-vm/asdf" + default_branch = "main" + topics = [ + "asdf-plugin", + "asdf", + ] + teams = [ + "asdf-dapr-cli", + "asdf-core", + ] + } + asdf-dasel = { description = "Dasel plugin for asdf version manager" homepage_url = "https://github.com/asdf-vm/asdf" @@ -484,6 +498,20 @@ locals { ] } + asdf-kpack-cli = { + description = "Kpack CLI plugin for the asdf version manager" + homepage_url = "https://github.com/asdf-vm/asdf" + default_branch = "main" + topics = [ + "asdf-plugin", + "asdf", + ] + teams = [ + "asdf-kpack-cli", + "asdf-core", + ] + } + asdf-kiota = { description = "kiota plugin for the asdf version manager" homepage_url = "https://github.com/asdf-vm/asdf"