convox / convox

Unused declaration TF-L0039
Bug risk
Major
12 days agoa year old
variable "nginx_user" is declared but not used
 9  default = "registry.k8s.io/ingress-nginx/controller:v1.3.0@sha256:d1707ca76d3b044ab8a28277a2466a02100ee9f58a86af1535a3edf9323ea1b5"
10}
11
12variable "nginx_user" {13  type    = string
14  default = "101"
15}
variable "release" is declared but not used
21  type = string
22}
23
24variable "release" {25  type = string
26}
27
variable "syslog" is declared but not used
27  type = string
28}
29
30variable "syslog" {31  default = ""
32}
33