From 7d23214a655dc3fb8e63bfd2b39221dd286ab6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:49:15 +0000 Subject: [PATCH] build(deps): bump clouddrove/subnet/aws in /_example/anomaly_example 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/anomaly_example/example.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/anomaly_example/example.tf b/_example/anomaly_example/example.tf index e0d5dfe..93f6f13 100644 --- a/_example/anomaly_example/example.tf +++ b/_example/anomaly_example/example.tf @@ -23,7 +23,7 @@ module "vpc" { ##----------------------------------------------------- module "public_subnets" { source = "clouddrove/subnet/aws" - version = "2.0.0" + version = "2.0.1" name = "public-subnet" environment = "test"