Skip to content

Commit f924070

Browse files
authored
Update variables.tf
1 parent b595d86 commit f924070

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/aws/k8s/variables.tf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,12 @@ variable "output_path" {
3838

3939
variable "tags" {
4040
type = map(any)
41-
}
41+
}
42+
43+
variable "lb_controller_helm_chart_version" {
44+
default = "1.7.1"
45+
}
46+
47+
variable "lb_controller_settings" {
48+
default = { "controllerConfig" = { "featureGates" = { "SubnetsClusterTagCheck" : "false" } } }
49+
}

0 commit comments

Comments
 (0)