orchestration-tests/nomad/root.tf

13 lines
301 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"
# }