Skip to content

Commit 4063c62

Browse files
Bump terraform-aws-modules/eks/aws from 20.31.0 to 20.31.4 (#441)
Bumps [terraform-aws-modules/eks/aws](https://github.com/terraform-aws-modules/terraform-aws-eks) from 20.31.0 to 20.31.4. - [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.31.0...v20.31.4) --- updated-dependencies: - dependency-name: terraform-aws-modules/eks/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d432cd9 commit 4063c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karpenter.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module "karpenter" {
66
count = var.karpenter_enabled ? 1 : 0
77

88
source = "terraform-aws-modules/eks/aws//modules/karpenter"
9-
version = "20.31.0"
9+
version = "20.31.4"
1010

1111
cluster_name = var.environment_name
1212

0 commit comments

Comments
 (0)