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, 0 insertions, 11 deletions
diff --git a/terraform-ci-infra/1n_nmd/variables.tf b/terraform-ci-infra/1n_nmd/variables.tf
deleted file mode 100644
index a575d0b51d..0000000000
--- a/terraform-ci-infra/1n_nmd/variables.tf
+++ /dev/null
@@ -1,11 +0,0 @@
-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