We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02871b9 commit fff3e28Copy full SHA for fff3e28
variables.tf
@@ -136,7 +136,7 @@ variable "eks_cluster_name" {
136
variable "eks_cluster_version" {
137
description = "Kubernetes version of the EKS cluster"
138
type = string
139
- default = "1.26"
+ default = "1.27"
140
}
141
142
variable "eks_mng_name" {
@@ -178,7 +178,7 @@ variable "eks_aws_load_balancer_controller" {
178
variable "eks_cert_manager" {
179
description = "Enables cert-manager in the EKS cluster"
180
type = bool
181
- default = true
+ default = false
182
183
184
variable "eks_aws_cloudwatch_metrics" {
0 commit comments