Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/eks/aws to v20.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 8c955bb commit d2a506e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.17.2"
version = "20.24.0"

cluster_name = var.cluster_name
cluster_version = var.eks_version
Expand Down Expand Up @@ -107,7 +107,7 @@ output "cluster_public_certificate_authority_data" {

module "karpenter" {
source = "terraform-aws-modules/eks/aws//modules/karpenter"
version = "20.17.2"
version = "20.24.0"

cluster_name = module.eks.cluster_name

Expand Down

0 comments on commit d2a506e

Please sign in to comment.