Terraform: Nomad resource definitions
[csit.git] / resources / tools / terraform / 1n_nmd / variables.tf
diff --git a/resources/tools/terraform/1n_nmd/variables.tf b/resources/tools/terraform/1n_nmd/variables.tf
new file mode 100644 (file)
index 0000000..0782f86
--- /dev/null
@@ -0,0 +1,5 @@
+variable "nomad_provider_address" {
+  description = "FD.io Nomad cluster address."
+  type        = string
+  default     = "http://nomad.service.consul:4646"
+}
\ No newline at end of file