convox / convox

variable declaration without type TF-L0043
Anti-pattern
Minor
17 hours agoa year old
set_priority_class variable has no type
38  default = 10
39}
40
41variable "set_priority_class" {42  default = true
43}
44
replicas_max variable has no type
34  default = 2
35}
36
37variable "replicas_max" {38  default = 10
39}
40
replicas_min variable has no type
30  type = string
31}
32
33variable "replicas_min" {34  default = 2
35}
36
cloud_provider variable has no type
22  default = false
23}
24
25variable "cloud_provider" {26  default = ""
27}
28
proxy_protocol variable has no type
18  type = string
19}
20
21variable "proxy_protocol" {22  default = false
23}
24