Skip to content

Commit f3fe7e2

Browse files
build(deps): bump terraform-aws-modules/eks/aws in /examples/complete
Bumps [terraform-aws-modules/eks/aws](https://github.com/terraform-aws-modules/terraform-aws-eks) from 20.33.1 to 20.34.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.33.1...v20.34.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]>
1 parent 82f98b1 commit f3fe7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module "vpc" {
3535

3636
module "eks" {
3737
source = "terraform-aws-modules/eks/aws"
38-
version = "20.33.1"
38+
version = "20.34.0"
3939

4040
cluster_name = "${local.name}-cluster"
4141
cluster_version = local.cluster_version

0 commit comments

Comments
 (0)