From c41babe346f41d95ee057242e235cf115e81d14d Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 24 May 2022 20:11:57 -0700 Subject: [PATCH] Use new host name in terraform consul address --- nomad/vars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {