Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
smarunich authored Jun 25, 2024
1 parent b595d86 commit f924070
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modules/aws/k8s/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,12 @@ variable "output_path" {

variable "tags" {
type = map(any)
}
}

variable "lb_controller_helm_chart_version" {
default = "1.7.1"
}

variable "lb_controller_settings" {
default = { "controllerConfig" = { "featureGates" = { "SubnetsClusterTagCheck" : "false" } } }
}

0 comments on commit f924070

Please sign in to comment.