We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe977e commit c128918Copy full SHA for c128918
terraform/github/repositories.tf
@@ -863,6 +863,20 @@ locals {
863
]
864
}
865
866
+ asdf-pandoc = {
867
+ description = "Pandoc plugin for the asdf version manager"
868
+ homepage_url = "https://github.com/asdf-vm/asdf"
869
+ default_branch = "main"
870
+ topics = [
871
+ "asdf-plugin",
872
+ "asdf",
873
+ ]
874
+ teams = [
875
+ "asdf-pandoc",
876
+ "asdf-core",
877
878
+ }
879
+
880
asdf-pdm = {
881
description = "PDM plugin for the asdf version manager"
882
homepage_url = "https://github.com/asdf-vm/asdf"
0 commit comments