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