Use new host name in terraform consul address

This commit is contained in:
IamTheFij 2022-05-24 20:11:57 -07:00
parent 6cd7bae240
commit c41babe346
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
variable "consul_address" {
type = string
default = "http://nomad0.thefij:8500"
default = "http://n1.thefij:8500"
}
variable "base_hostname" {