7 lines
87 B
Terraform
7 lines
87 B
Terraform
|
module "gitea" {
|
||
|
source = "./services/gitea"
|
||
|
providers = {
|
||
|
nomad = nomad
|
||
|
}
|
||
|
}
|