aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/1n_nmd/variables.tf
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.terraform/1n_nmd/variables.tf')
-rw-r--r--fdio.infra.terraform/1n_nmd/variables.tf11
1 files changed, 11 insertions, 0 deletions
diff --git a/fdio.infra.terraform/1n_nmd/variables.tf b/fdio.infra.terraform/1n_nmd/variables.tf
new file mode 100644
index 0000000000..a575d0b51d
--- /dev/null
+++ b/fdio.infra.terraform/1n_nmd/variables.tf
@@ -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