Skip to content

Commit dcca6e0

Browse files
authored
fix: disable aws_loadbalancer_controller by default (#128)
1 parent 902edf7 commit dcca6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/layer2-k8s/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ variable "nginx_ingress_ssl_terminator" {
6363
variable "aws_loadbalancer_controller_enable" {
6464
description = "Disable or Enable aws-loadbalancer-controller"
6565
type = bool
66-
default = true
66+
default = false
6767
}
6868

6969
# Cluster autoscaler

0 commit comments

Comments
 (0)