Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
OneideLuizSchneider authored Nov 5, 2023
1 parent 0352ed4 commit 9773435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals{
subnets = ["..."]
internal_ip_range = "0.0.0.0/0"

eks_version = "1.22"
eks_version = "1.27"
cluster_name = "${var.eks_cluster_name}-${var.env}-${var.cluster_version}"
cluster_enabled_log_types = ["api", "audit", "authenticator", "controllerManager", "scheduler"]
asg_desired_capacity = 1
Expand Down

0 comments on commit 9773435

Please sign in to comment.