From 8db2af21b5b48c79ab84797840e2b00ed598b8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:35:26 +0000 Subject: [PATCH] chore(deps): Bump vpc::terraform-aws-vpc in /tests/multiple_endpoints Bumps [vpc::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.7.0 to 5.7.1. - [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.7.0...v5.7.1) --- updated-dependencies: - dependency-name: vpc::github::terraform-aws-modules/terraform-aws-vpc::v5.7.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/multiple_endpoints/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/multiple_endpoints/main.tf b/tests/multiple_endpoints/main.tf index 6fc4511..8813199 100644 --- a/tests/multiple_endpoints/main.tf +++ b/tests/multiple_endpoints/main.tf @@ -6,7 +6,7 @@ resource "random_string" "this" { } module "vpc" { - source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.7.0" + source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.7.1" name = "tardigrade-vpc-endpoints-${random_string.this.result}" cidr = "10.0.0.0/16"