Skip to content

Commit

Permalink
chore: Update the Terraform module version of terraform-aws-modules/e...
Browse files Browse the repository at this point in the history
... ks/aws in cik8s-cluster.tf

Made with ❤️️ by updatecli
  • Loading branch information
jenkins-infra-bot committed May 10, 2024
1 parent c8e93f5 commit 4eec87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-public-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_kms_key" "eks_public" {
# EKS Cluster definition
module "eks-public" {
source = "terraform-aws-modules/eks/aws"
version = "19.21.0"
version = "20.10.0"
cluster_name = local.public_cluster_name
# Kubernetes version in format '<MINOR>.<MINOR>', as per https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html
cluster_version = "1.27"
Expand Down

0 comments on commit 4eec87b

Please sign in to comment.