We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42446f commit 9ee84c3Copy full SHA for 9ee84c3
1 file changed
terraform/variables.tf
@@ -146,8 +146,11 @@ variable "nginx_ingress_version" {
146
}
147
148
variable "enable_support_helm_charts" {
149
- default = false
150
- type = bool
+ default = false
+ type = bool
151
+ description = <<-EOT
152
+ Whether to install the optional support helm charts managed by this module.
153
+ EOT
154
155
156
variable "prometheus_version" {
@@ -179,4 +182,4 @@ variable "cluster_ci_access_role_arn" {
179
182
description = <<-EOT
180
183
CI deployer role to provide cluster access entry
181
184
EOT
-}
185
+}
0 commit comments