diff --git a/nomad/vars.tf b/nomad/vars.tf index 77ba124..b352b2a 100644 --- a/nomad/vars.tf +++ b/nomad/vars.tf @@ -1,6 +1,6 @@ variable "consul_address" { type = string - default = "http://nomad0.thefij:8500" + default = "http://n1.thefij:8500" } variable "base_hostname" {