diff --git a/terraform/github/repositories.tf b/terraform/github/repositories.tf index a9b0474..3890f39 100644 --- a/terraform/github/repositories.tf +++ b/terraform/github/repositories.tf @@ -911,6 +911,20 @@ locals { ] } + asdf-secrets-manager = { + description = "asdf-secrets-manager for the asdf version manager" + homepage_url = "https://github.com/asdf-vm/asdf" + default_branch = "main" + topics = [ + "asdf-plugin", + "asdf", + ] + teams = [ + "asdf-secrets-manager", + "asdf-core", + ] + } + asdf-sml = { description = "Standard ML plugin for the asdf version manager" homepage_url = "https://github.com/asdf-vm/asdf"