Skip to content

Commit

Permalink
nomad server to use copied nomad-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Tingweiftw committed Nov 29, 2023
1 parent 9703c74 commit dc73fdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/core/nomad_servers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc73fdc

Please sign in to comment.