From 864c41a16839f9c63d20a2e2dd183cb0b7245723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:44:02 +0000 Subject: [PATCH] chore(deps): Bump vpc::terraform-aws-vpc Bumps [vpc::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.14.0 to 5.15.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.14.0...v5.15.0) --- updated-dependencies: - dependency-name: vpc::github::terraform-aws-modules/terraform-aws-vpc::v5.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/create_vpn_gateway_with_connections/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/create_vpn_gateway_with_connections/main.tf b/tests/create_vpn_gateway_with_connections/main.tf index aa0796e..a82b5cc 100644 --- a/tests/create_vpn_gateway_with_connections/main.tf +++ b/tests/create_vpn_gateway_with_connections/main.tf @@ -27,7 +27,7 @@ module "vpn_gateway" { } module "vpc" { - source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.14.0" + source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.15.0" name = "tardigrade-vpn-connection-${local.id}" cidr = "10.0.0.0/16"