2 description = "Nomad ACLs enabled/disabled"
7 variable "nomad_provider_address" {
8 description = "FD.io Nomad cluster address."
10 default = "http://nomad.service.consul:4646"
13 variable "nomad_provider_ca_file" {
14 description = "A local file path to a PEM-encoded certificate authority."
16 default = "/etc/nomad.d/ssl/nomad-ca.pem"
19 variable "nomad_provider_cert_file" {
20 description = "A local file path to a PEM-encoded certificate."
22 default = "/etc/nomad.d/ssl/nomad-cli.pem"
25 variable "nomad_provider_key_file" {
26 description = "A local file path to a PEM-encoded private key."
28 default = "/etc/nomad.d/ssl/nomad-cli-key.pem"
32 description = "Vault root token"