Skip to content

Commit

Permalink
Merge pull request #49 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.8.4
  • Loading branch information
josmo authored Mar 29, 2024
2 parents 40415bc + 57d6226 commit d685321
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.8.3"
version = "20.8.4"
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.8.3"
version = "20.8.4"

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

0 comments on commit d685321

Please sign in to comment.