From 0eb682fd45b9f9e7fdd171eae7967f80878b5671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:58:12 +0000 Subject: [PATCH] Bump clouddrove/subnet/aws in /_example/single_node_vpc 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/single_node_vpc/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/single_node_vpc/main.tf b/_example/single_node_vpc/main.tf index 010c670..23125a8 100644 --- a/_example/single_node_vpc/main.tf +++ b/_example/single_node_vpc/main.tf @@ -28,7 +28,7 @@ module "vpc" { ##------------------------------------------------------------------------------ module "public_subnets" { source = "clouddrove/subnet/aws" - version = "2.0.0" + version = "2.0.1" name = "${local.name}-public-subnet" environment = local.environment