Skip to content

Commit fff3e28

Browse files
committed
Change couple eks variable defaults
1 parent 02871b9 commit fff3e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ variable "eks_cluster_name" {
136136
variable "eks_cluster_version" {
137137
description = "Kubernetes version of the EKS cluster"
138138
type = string
139-
default = "1.26"
139+
default = "1.27"
140140
}
141141

142142
variable "eks_mng_name" {
@@ -178,7 +178,7 @@ variable "eks_aws_load_balancer_controller" {
178178
variable "eks_cert_manager" {
179179
description = "Enables cert-manager in the EKS cluster"
180180
type = bool
181-
default = true
181+
default = false
182182
}
183183

184184
variable "eks_aws_cloudwatch_metrics" {

0 commit comments

Comments
 (0)