Refactor storage solution
[csit.git] / terraform-ci-infra / 1n_nmd / variables.tf
diff --git a/terraform-ci-infra/1n_nmd/variables.tf b/terraform-ci-infra/1n_nmd/variables.tf
new file mode 100644 (file)
index 0000000..a575d0b
--- /dev/null
@@ -0,0 +1,11 @@
+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