Skip to content

Commit ded186f

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.8.5 to 20.10.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.8.5...v20.10.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] <support@github.com>
1 parent 6c6f01b commit ded186f

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.8.5"
38+
version = "20.10.0"
3939

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

0 commit comments

Comments
 (0)