Skip to content

Commit

Permalink
build(deps): bump terraform-aws-modules/eks/aws in /examples/basic (#98)
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.17.2 to 20.23.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.17.2...v20.23.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 Aug 13, 2024
1 parent c2cc201 commit 6bc4075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data "aws_eks_cluster" "eks_cluster" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.17.2"
version = "20.23.0"

cluster_name = "${local.name}-cluster"
cluster_version = local.cluster_version
Expand Down

0 comments on commit 6bc4075

Please sign in to comment.