Skip to content

Commit 0df39ec

Browse files
build(deps): bump clouddrove/eks/aws in /examples/complete (#154)
Bumps [clouddrove/eks/aws](https://github.com/clouddrove/terraform-aws-eks) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/clouddrove/terraform-aws-eks/releases) - [Changelog](https://github.com/clouddrove/terraform-aws-eks/blob/master/CHANGELOG.md) - [Commits](clouddrove/terraform-aws-eks@1.4.3...1.4.4) --- updated-dependencies: - dependency-name: clouddrove/eks/aws dependency-version: 1.4.4 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 522867b commit 0df39ec

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 = "clouddrove/eks/aws"
38-
version = "1.4.3"
38+
version = "1.4.4"
3939
enabled = true
4040

4141
name = local.name

0 commit comments

Comments
 (0)