orchestration-tests/nomad/acls/vars.tf

18 lines
320 B
Terraform
Raw Permalink Normal View History

2022-07-25 17:50:12 +00:00
variable "consul_address" {
type = string
default = "http://n1.thefij:8500"
}
variable "nomad_secret_id" {
type = string
description = "Secret ID for ACL bootstrapped Nomad"
sensitive = true
default = ""
}
variable "vault_token" {
type = string
sensitive = true
default = ""
}