Skip to content

Commit

Permalink
Merge pull request #1053 from portefaix/renovate/terraform-aws-module…
Browse files Browse the repository at this point in the history
…s-eks-aws-20.x

chore(deps): update terraform terraform-aws-modules/eks/aws to v20.8.3
  • Loading branch information
nlamirault authored Mar 13, 2024
2 parents 8cdc4ba + 5dd55ce commit 1123362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#tfsec:ignore:aws-ec2-no-public-egress-sgr
module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.8.1"
version = "20.8.3"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/eks/modules/eks/karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "karpenter" {
source = "terraform-aws-modules/eks/aws//modules/karpenter"
version = "20.8.1"
version = "20.8.3"

cluster_name = module.eks.cluster_name

Expand Down

0 comments on commit 1123362

Please sign in to comment.