aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/terraform/1n_nmd/variables.tf
blob: 0782f8669cb38a43c3403bede2f23c09c7bed8a8 (plain)
1
2
3
4
5
variable "nomad_provider_address" {
  description = "FD.io Nomad cluster address."
  type        = string
  default     = "http://nomad.service.consul:4646"
}