From 366fadcd593b0c995a66256e11b3d4400bfb6e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 10:58:30 +0000 Subject: [PATCH] Bump clouddrove/subnet/aws in /_example/replica-mysql 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] --- _example/replica-mysql/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/replica-mysql/main.tf b/_example/replica-mysql/main.tf index fe5e9d3..2e89b7c 100644 --- a/_example/replica-mysql/main.tf +++ b/_example/replica-mysql/main.tf @@ -15,7 +15,7 @@ module "vpc" { module "subnets" { source = "clouddrove/subnet/aws" - version = "2.0.0" + version = "2.0.1" name = "subnets" environment = "test"