Skip to content

Commit

Permalink
Bump terraform-aws-modules/eks/aws
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 19.21.0 to 20.31.3.
- [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@v19.21.0...v20.31.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent 7a49f8c commit fb5929c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module "eks" {
#checkov:skip=CKV_TF_1:Module is from Terraform registry

source = "terraform-aws-modules/eks/aws"
version = "19.21.0"
version = "20.31.3"

cluster_name = local.environment_configuration.eks_cluster_name
cluster_version = local.environment_configuration.eks_versions.cluster
Expand Down

0 comments on commit fb5929c

Please sign in to comment.