Infra: Switch csit-shim to fdiotools
[csit.git] / terraform-ci-infra / 1n_nmd / nginx / variables.tf
diff --git a/terraform-ci-infra/1n_nmd/nginx/variables.tf b/terraform-ci-infra/1n_nmd/nginx/variables.tf
deleted file mode 100644 (file)
index 0262014..0000000
+++ /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