diff --git a/modules/core/nomad_servers.tf b/modules/core/nomad_servers.tf index 6c1f0610..5f6d8982 100644 --- a/modules/core/nomad_servers.tf +++ b/modules/core/nomad_servers.tf @@ -9,8 +9,7 @@ locals { } module "nomad_servers" { - source = "hashicorp/nomad/aws//modules/nomad-cluster" - version = "0.7.1" + source = "../nomad-cluster" asg_name = local.nomad_server_cluster_name cluster_name = local.nomad_server_cluster_name