From e8d7a1c8e24054d77fd03c210cc3b9c50c080f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:03:59 +0000 Subject: [PATCH] build(deps): bump clouddrove/subnet/aws in /examples/redis-cluster Bumps [clouddrove/subnet/aws](https://github.com/clouddrove/terraform-aws-subnet) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/clouddrove/terraform-aws-subnet/releases) - [Changelog](https://github.com/clouddrove/terraform-aws-subnet/blob/master/CHANGELOG.md) - [Commits](https://github.com/clouddrove/terraform-aws-subnet/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: clouddrove/subnet/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/redis-cluster/example.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/redis-cluster/example.tf b/examples/redis-cluster/example.tf index 84c31ec..5705b78 100644 --- a/examples/redis-cluster/example.tf +++ b/examples/redis-cluster/example.tf @@ -26,7 +26,7 @@ module "vpc" { ####---------------------------------------------------------------------------------- module "subnets" { source = "clouddrove/subnet/aws" - version = "2.0.0" + version = "2.0.1" name = "${local.name}-subnets" environment = local.environment