infra/main.tf
2023-11-24 15:43:17 -06:00

6 lines
87 B
HCL

module "gitea" {
source = "./services/gitea"
providers = {
nomad = nomad
}
}