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"