From 7d7b13f5bb581e1a373aa71c1da907cc5fb69b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 21:17:00 +0000 Subject: [PATCH] Bump infrablocks/api-gateway-v2/aws from 1.0.0 to 1.1.0 Bumps [infrablocks/api-gateway-v2/aws](https://github.com/infrablocks/terraform-aws-api-gateway-v2) from 1.0.0 to 1.1.0. - [Changelog](https://github.com/infrablocks/terraform-aws-api-gateway-v2/blob/main/CHANGELOG.md) - [Commits](https://github.com/infrablocks/terraform-aws-api-gateway-v2/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: infrablocks/api-gateway-v2/aws dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vpc_link.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpc_link.tf b/vpc_link.tf index d318228..7d72915 100644 --- a/vpc_link.tf +++ b/vpc_link.tf @@ -2,7 +2,7 @@ module "api_gateway_vpc_link" { count = local.include_vpc_link == true ? 1 : 0 source = "infrablocks/api-gateway-v2/aws//modules/vpc_link" - version = "1.0.0" + version = "1.1.0" component = var.component deployment_identifier = var.deployment_identifier