homelab-nomad/root.tf

17 lines
347 B
HCL

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