diff options
Diffstat (limited to 'fdio.infra.terraform/terraform-nomad-prometheus/fdio/variables.tf')
-rw-r--r-- | fdio.infra.terraform/terraform-nomad-prometheus/fdio/variables.tf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.terraform/terraform-nomad-prometheus/fdio/variables.tf b/fdio.infra.terraform/terraform-nomad-prometheus/fdio/variables.tf index 7d5be09d21..569ba29c87 100644 --- a/fdio.infra.terraform/terraform-nomad-prometheus/fdio/variables.tf +++ b/fdio.infra.terraform/terraform-nomad-prometheus/fdio/variables.tf @@ -7,7 +7,7 @@ variable "nomad_acl" { variable "nomad_provider_address" { description = "FD.io Nomad cluster address." type = string - default = "http://10.32.8.14:4646" + default = "http://10.30.51.23:4646" } variable "nomad_provider_ca_file" { @@ -31,7 +31,7 @@ variable "nomad_provider_key_file" { variable "vault_provider_address" { description = "Vault cluster address." type = string - default = "http://10.30.51.28:8200" + default = "http://10.30.51.23:8200" } variable "vault_provider_skip_tls_verify" { |