Skip to content

Commit

Permalink
Upgrade EKS 1.30
Browse files Browse the repository at this point in the history
Co-authored-by: Apoorva Kulkarni <[email protected]>
  • Loading branch information
allamand and askulkarni2 authored Jul 18, 2024
1 parent a8451c1 commit 8c8dfcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "eks" {
version = "~> 20.8"

cluster_name = local.name
cluster_version = "1.29"
cluster_version = "1.30"
cluster_endpoint_public_access = true

# Give the Terraform identity admin access to the cluster
Expand Down

0 comments on commit 8c8dfcd

Please sign in to comment.