From 76c0eaadbc92ba0b132edd5655ecdef1af54faaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:39:35 +0000 Subject: [PATCH] chore(deps): Bump vpc_owner::terraform-aws-vpc Bumps [vpc_owner::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.5.3 to 5.6.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.5.3...v5.6.0) --- updated-dependencies: - dependency-name: vpc_owner::github::terraform-aws-modules/terraform-aws-vpc::v5.5.3 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 db7f40c..09cae15 100644 --- a/tests/cross-account-vpc-attachment/main.tf +++ b/tests/cross-account-vpc-attachment/main.tf @@ -191,7 +191,7 @@ module "vpc_member" { } module "vpc_owner" { - source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.5.3" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.6.0" providers = { aws = aws.owner }