Skip to content

Commit

Permalink
Bump terraform-aws-modules/eks/aws from 20.26.0 to 20.29.0 (#433)
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/eks/aws](https://github.com/terraform-aws-modules/terraform-aws-eks) from 20.26.0 to 20.29.0.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-eks/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-eks@v20.26.0...v20.29.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/eks/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 7a07569 commit 063d631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module "karpenter" {
count = var.karpenter_enabled ? 1 : 0

source = "terraform-aws-modules/eks/aws//modules/karpenter"
version = "20.26.0"
version = "20.29.0"

cluster_name = var.environment_name

Expand Down

0 comments on commit 063d631

Please sign in to comment.