From e5182883083c843908abca0830fbe345b8980c89 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 --- vars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars.tf b/vars.tf index 77ba124..b352b2a 100644 --- a/vars.tf +++ b/vars.tf @@ -1,6 +1,6 @@ variable "consul_address" { type = string - default = "http://nomad0.thefij:8500" + default = "http://n1.thefij:8500" } variable "base_hostname" {