Refactor storage solution
[csit.git] / terraform-ci-infra / 1n_nmd / variables.tf
similarity index 57%
rename from resources/tools/terraform/1n_nmd/variables.tf
rename to terraform-ci-infra/1n_nmd/variables.tf
index 0782f86..a575d0b 100644 (file)
@@ -2,4 +2,10 @@ 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
 }
\ No newline at end of file