Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/eks/aws to v20.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 4da22c4 commit 0eb9500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/foundation-stack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "aws_vpc_endpoint" "eks_vpc_endpoints" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.24.3"
version = "20.31.3"
cluster_name = var.stack_name
cluster_version = "1.29"
create = var.stack_create
Expand Down Expand Up @@ -148,7 +148,7 @@ module "eks" {
module "karpenter" {
count = var.stack_create ? 1 : 0
source = "terraform-aws-modules/eks/aws//modules/karpenter"
version = "20.24.3"
version = "20.31.3"
cluster_name = module.eks.cluster_name
enable_irsa = true
enable_pod_identity = false # TODO: PR because it doesn't work in govcloud (-> it works now since 8/24)
Expand Down

0 comments on commit 0eb9500

Please sign in to comment.