Use new host name in terraform consul address
This commit is contained in:
parent
6cd7bae240
commit
c41babe346
@ -1,6 +1,6 @@
|
|||||||
variable "consul_address" {
|
variable "consul_address" {
|
||||||
type = string
|
type = string
|
||||||
default = "http://nomad0.thefij:8500"
|
default = "http://n1.thefij:8500"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "base_hostname" {
|
variable "base_hostname" {
|
||||||
|
Loading…
Reference in New Issue
Block a user