Report: Add data
[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 }