infra/main.tf

7 lines
87 B
Terraform
Raw Normal View History

2023-11-24 21:43:17 +00:00
module "gitea" {
source = "./services/gitea"
providers = {
nomad = nomad
}
}