aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/1n_nmd/nginx/variables.tf
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2022-07-08 09:55:27 +0000
committerPeter Mikus <pmikus@cisco.com>2022-07-08 09:55:27 +0000
commit323418862f22e5f057bd9c03432974fe5f139a8a (patch)
tree92b1720503d0aff4036c1d78a8eebb9fd330d95f /fdio.infra.terraform/1n_nmd/nginx/variables.tf
parentf60636c0db68b0d889cdd4c747cf628f396af963 (diff)
feat(terraform): Remove unused services
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I3a1d4c37c7ab852ef34114afd47e45ede37b65ec
Diffstat (limited to 'fdio.infra.terraform/1n_nmd/nginx/variables.tf')
-rw-r--r--fdio.infra.terraform/1n_nmd/nginx/variables.tf25
1 files changed, 0 insertions, 25 deletions
diff --git a/fdio.infra.terraform/1n_nmd/nginx/variables.tf b/fdio.infra.terraform/1n_nmd/nginx/variables.tf
deleted file mode 100644
index 589ccee94a..0000000000
--- a/fdio.infra.terraform/1n_nmd/nginx/variables.tf
+++ /dev/null
@@ -1,25 +0,0 @@
-# Nomad
-variable "nomad_datacenters" {
- description = "Nomad data centers"
- type = list(string)
- default = ["dc1"]
-}
-
-variable "nomad_host_volume" {
- description = "Nomad Host Volume"
- type = string
- default = "persistence"
-}
-
-# Nginx
-variable "nginx_job_name" {
- description = "Nginx job name"
- type = string
- default = "nginx"
-}
-
-variable "nginx_use_host_volume" {
- description = "Use Nomad host volume feature"
- type = bool
- default = false
-} \ No newline at end of file