X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=fdio.infra.terraform%2Fterraform-nomad-vpp-device%2Ffdio%2Fvariables.tf;fp=fdio.infra.terraform%2F1n_nmd%2Fvariables.tf;h=569ba29c87b81ed779c4b139098f12a123cefc3e;hb=6067078db338b930972ad6f183a4c75d2cf9214a;hp=598770eb13d933a2e6e19dad3aac13301a53e414;hpb=7b03d44e6761ee27a0fead3401f9b2d04d95f709;p=csit.git diff --git a/fdio.infra.terraform/1n_nmd/variables.tf b/fdio.infra.terraform/terraform-nomad-vpp-device/fdio/variables.tf similarity index 62% rename from fdio.infra.terraform/1n_nmd/variables.tf rename to fdio.infra.terraform/terraform-nomad-vpp-device/fdio/variables.tf index 598770eb13..569ba29c87 100644 --- a/fdio.infra.terraform/1n_nmd/variables.tf +++ b/fdio.infra.terraform/terraform-nomad-vpp-device/fdio/variables.tf @@ -1,5 +1,5 @@ variable "nomad_acl" { - description = "Nomad ACLs enabled/disabled" + description = "Nomad ACLs enabled/disabled." type = bool default = false } @@ -7,7 +7,7 @@ variable "nomad_acl" { variable "nomad_provider_address" { description = "FD.io Nomad cluster address." type = string - default = "http://nomad.service.consul:4646" + default = "http://10.30.51.23:4646" } variable "nomad_provider_ca_file" { @@ -28,8 +28,20 @@ variable "nomad_provider_key_file" { default = "/etc/nomad.d/ssl/nomad-cli-key.pem" } -variable "token" { - description = "Vault root token" +variable "vault_provider_address" { + description = "Vault cluster address." + type = string + default = "http://10.30.51.23:8200" +} + +variable "vault_provider_skip_tls_verify" { + description = "Verification of the Vault server's TLS certificate." + type = bool + default = false +} + +variable "vault_provider_token" { + description = "Vault root token." type = string sensitive = true } \ No newline at end of file