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 7d03c07 commit c8e93f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cik8s-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_kms_key" "cik8s" {
# EKS Cluster definition
module "cik8s" {
source = "terraform-aws-modules/eks/aws"
version = "19.21.0"
version = "20.10.0"
cluster_name = local.cik8s_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 c8e93f5

Please sign in to comment.