From 1aa78223e03828447b37b9be20f4819c34127865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:21:57 +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.9.0 to 5.12.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.9.0...v5.12.0) --- updated-dependencies: - dependency-name: vpc::github::terraform-aws-modules/terraform-aws-vpc::v5.9.0 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 e5f07fd..14b8bf1 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.9.0" + source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.12.0" name = "tardigrade-security-group-testing" cidr = "10.0.0.0/16"