Skip to content

Commit 9ee84c3

Browse files
committed
fix: small update to opentofu for deploy
1 parent e42446f commit 9ee84c3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

terraform/variables.tf

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,11 @@ variable "nginx_ingress_version" {
146146
}
147147

148148
variable "enable_support_helm_charts" {
149-
default = false
150-
type = bool
149+
default = false
150+
type = bool
151+
description = <<-EOT
152+
Whether to install the optional support helm charts managed by this module.
153+
EOT
151154
}
152155

153156
variable "prometheus_version" {
@@ -179,4 +182,4 @@ variable "cluster_ci_access_role_arn" {
179182
description = <<-EOT
180183
CI deployer role to provide cluster access entry
181184
EOT
182-
}
185+
}

0 commit comments

Comments
 (0)