0782f8669cb38a43c3403bede2f23c09c7bed8a8
[csit.git] / resources / tools / terraform / 1n_nmd / variables.tf
1 variable "nomad_provider_address" {
2   description = "FD.io Nomad cluster address."
3   type        = string
4   default     = "http://nomad.service.consul:4646"
5 }