From fae2204df8b34005e4ca15a8f7ec7a6055f4850c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:11:27 +0000 Subject: [PATCH] chore(deps): Bump vpc::terraform-aws-vpc in /tests/use_all_variables Bumps [vpc::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.12.1 to 5.13.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.12.1...v5.13.0) --- updated-dependencies: - dependency-name: vpc::github::terraform-aws-modules/terraform-aws-vpc::v5.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/use_all_variables/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/use_all_variables/main.tf b/tests/use_all_variables/main.tf index bb666a7..6f1d873 100644 --- a/tests/use_all_variables/main.tf +++ b/tests/use_all_variables/main.tf @@ -1,5 +1,5 @@ module "vpc" { - source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.12.1" + source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.13.0" name = "tardigrade-security-group-testing" cidr = "10.0.0.0/16"