homelab-nomad/root.tf

12 lines
235 B
HCL

# Can't run this as part of root and as a submodule because of tf state
module "acls" {
source = "./acls"
nomad_address = var.nomad_address
nomad_secret_id = var.nomad_secret_id
}
terraform {
required_version = ">=1.2.9"
}