Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/eks/aws to v19 (#…
Browse files Browse the repository at this point in the history
…1380)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent b1fb4b5 commit 08c4916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/route53/terraform-aws-eks-k8gb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ resource "aws_ec2_tag" "eks_elb" {
module "eks-cluster" {
tags = var.eks_tags
source = "terraform-aws-modules/eks/aws"
version = "17.20.0"
version = "19.21.0"
cluster_name = var.cluster_name
cluster_version = var.kubernetes_version
subnets = data.aws_subnet_ids.private.ids
Expand Down

0 comments on commit 08c4916

Please sign in to comment.