X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2Fterraform-nomad-alertmanager%2Ffdio%2Fvariables.tf;h=569ba29c87b81ed779c4b139098f12a123cefc3e;hp=7d5be09d2154c568478e83690c99674ab0388724;hb=1f0d4ffc8d3fabe2bd7452760425e005c2970ff6;hpb=9206429bf975b0a33aabb7741d2f59545a5cb372 diff --git a/fdio.infra.terraform/terraform-nomad-alertmanager/fdio/variables.tf b/fdio.infra.terraform/terraform-nomad-alertmanager/fdio/variables.tf index 7d5be09d21..569ba29c87 100644 --- a/fdio.infra.terraform/terraform-nomad-alertmanager/fdio/variables.tf +++ b/fdio.infra.terraform/terraform-nomad-alertmanager/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" {