blob: a575d0b51d7c342e9df336b0a403ba939aa89b36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
variable "nomad_provider_address" {
description = "FD.io Nomad cluster address."
type = string
default = "http://nomad.service.consul:4646"
}
variable "nomad_acl" {
description = "Nomad ACLs enabled/disabled"
type = bool
default = false
}
|