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