Skip to content

Commit

Permalink
Put asdf-odo repository under Terraform control
Browse files Browse the repository at this point in the history
Signed-off-by: Armel Soro <[email protected]>
  • Loading branch information
rm3l authored Jul 18, 2023
1 parent ebaa412 commit 770810a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,26 @@ locals {
]
}

asdf-odo = {
description = "asdf version manager plugin for odo, the developer-focused CLI for fast and iterative application development on Podman, Kubernetes and OpenShift"
homepage_url = "https://odo.dev"
default_branch = "main"
topics = [
"asdf-plugin",
"asdf",
"application-development",
"developer-tools",
"kubernetes",
"odo",
"openshift",
"podman",
]
teams = [
"asdf-core",
"asdf-odo",
]
}

asdf-opam = {
description = "opam plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down

0 comments on commit 770810a

Please sign in to comment.