Skip to content

Commit 410d55d

Browse files
authored
chore: update EKS version to 1.34 (#49)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent 3eabd08 commit 410d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/aws-eks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module "eks" {
33

44
for_each = { for c in try(local.env_vars.aws.clusters, {}) : c.name => c }
55
cluster_name = each.value.name
6-
cluster_version = try(each.value.cluster_version, "1.32")
6+
cluster_version = try(each.value.cluster_version, "1.34")
77
cidr = try(each.value.cidr, "10.10.0.0/16")
88
azs = try(each.value.azs, ["us-east-1a", "us-east-1b", "us-east-1d"])
99
public_subnets = try(each.value.public_subnets, ["10.10.0.0/20", "10.10.16.0/20", "10.10.32.0/20"])

0 commit comments

Comments
 (0)