From 063c4c58a2c0386864dae3ca189079011331bba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:44:02 +0000 Subject: [PATCH] chore(deps): Bump vpc1::terraform-aws-vpc in /tests/tgw Bumps [vpc1::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.5.2 to 5.5.3. - [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.2...v5.5.3) --- updated-dependencies: - dependency-name: vpc1::github::terraform-aws-modules/terraform-aws-vpc::v5.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/tgw/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tgw/main.tf b/tests/tgw/main.tf index 8921cbc..90ecfd3 100644 --- a/tests/tgw/main.tf +++ b/tests/tgw/main.tf @@ -135,7 +135,7 @@ locals { } module "vpc1" { - source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.5.2" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.5.3" name = "tardigrade-testing-vpc1-${local.id}" cidr = "10.0.0.0/16"