Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelberston committed Nov 26, 2024
1 parent 799b28e commit 59492df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "eks" {
version = "~> 19.0"

cluster_name = "secure-auth-cluster"
cluster_version = "1.27"
cluster_version = "1.27" # Update to 1.28

vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets
Expand Down

0 comments on commit 59492df

Please sign in to comment.