2022-07-25 17:50:12 +00:00
|
|
|
variable "consul_address" {
|
|
|
|
type = string
|
|
|
|
default = "http://n1.thefij:8500"
|
|
|
|
}
|
|
|
|
|
2022-07-26 05:11:08 +00:00
|
|
|
variable "consul_token" {
|
|
|
|
type = string
|
|
|
|
description = "Token for setting up consul"
|
|
|
|
sensitive = true
|
|
|
|
}
|
|
|
|
|
2022-07-25 17:50:12 +00:00
|
|
|
variable "nomad_secret_id" {
|
|
|
|
type = string
|
|
|
|
description = "Secret ID for ACL bootstrapped Nomad"
|
|
|
|
sensitive = true
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "vault_token" {
|
|
|
|
type = string
|
|
|
|
sensitive = true
|
|
|
|
}
|