From 200d09e1a183134a97d87de6be56593bb4292b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:25: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 5.6.0 to 5.7.0. - [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/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: vpc_member::github::terraform-aws-modules/terraform-aws-vpc::v5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 2f5a855..f5e154f 100644 --- a/tests/cross-account-vpc-attachment/main.tf +++ b/tests/cross-account-vpc-attachment/main.tf @@ -182,7 +182,7 @@ module "ram_share_accepter" { } module "vpc_member" { - source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.6.0" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.7.0" name = "tardigrade-tgw-${local.id}" cidr = "10.1.0.0/16"