From 0e1e53da69496cea4e0e738ffe4b67167f252ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 16:57:37 +0000 Subject: [PATCH] chore(deps): Bump vpc_member::terraform-aws-vpc Bumps [vpc_member::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: vpc_member::github::terraform-aws-modules/terraform-aws-vpc::v4.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/cross-account-vpc-attachment/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cross-account-vpc-attachment/main.tf b/tests/cross-account-vpc-attachment/main.tf index 209df07..1acf446 100644 --- a/tests/cross-account-vpc-attachment/main.tf +++ b/tests/cross-account-vpc-attachment/main.tf @@ -178,7 +178,7 @@ module "ram_share_accepter" { } module "vpc_member" { - source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v4.0.0" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v4.0.1" name = "tardigrade-tgw-${local.id}" cidr = "10.1.0.0/16"