12 lines
234 B
HCL
12 lines
234 B
HCL
variable "nomad_secret_id" {
|
|
type = string
|
|
description = "Secret ID for ACL bootstrapped Nomad"
|
|
sensitive = true
|
|
default = ""
|
|
}
|
|
|
|
variable "nomad_address" {
|
|
type = string
|
|
default = "http://n1.thefij:4646"
|
|
}
|