Skip to content

Commit

Permalink
Merge pull request #35 from pelotech/renovate/terraform-aws-modules-e…
Browse files Browse the repository at this point in the history
…ks-aws-20.x

chore(deps): update terraform terraform-aws-modules/eks/aws to v20.4.0
  • Loading branch information
josmo authored Feb 24, 2024
2 parents a8899bd + 765e501 commit 3125eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module "vpc_core" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.2.1"
version = "20.4.0"
cluster_name = local.core_cluster_name
cluster_version = "1.28"
create = local.create_cluster
Expand Down Expand Up @@ -150,7 +150,7 @@ module "eks" {
module "karpenter" {
count = local.create_cluster ? 1 : 0
source = "terraform-aws-modules/eks/aws//modules/karpenter"
version = "20.2.1"
version = "20.4.0"

cluster_name = module.eks.cluster_name
enable_irsa = true
Expand Down

0 comments on commit 3125eeb

Please sign in to comment.