Report: Add data
[csit.git] / terraform-ci-infra / 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 }
6
7 variable "nomad_acl" {
8   description = "Nomad ACLs enabled/disabled"
9   type        = bool
10   default     = false
11 }