Skip to content

Commit 91f7b22

Browse files
Bump infrablocks/api-gateway-v2/aws from 1.0.0-rc.9 to 1.0.0
Bumps [infrablocks/api-gateway-v2/aws](https://github.com/infrablocks/terraform-aws-api-gateway-v2) from 1.0.0-rc.9 to 1.0.0. - [Release notes](https://github.com/infrablocks/terraform-aws-api-gateway-v2/releases) - [Changelog](https://github.com/infrablocks/terraform-aws-api-gateway-v2/blob/main/CHANGELOG.md) - [Commits](infrablocks/terraform-aws-api-gateway-v2@1.0.0-rc.9...1.0.0) --- updated-dependencies: - dependency-name: infrablocks/api-gateway-v2/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d78218 commit 91f7b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpc_link.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module "api_gateway_vpc_link" {
22
count = local.include_vpc_link == true ? 1 : 0
33

44
source = "infrablocks/api-gateway-v2/aws//modules/vpc_link"
5-
version = "1.0.0-rc.9"
5+
version = "1.0.0"
66

77
component = var.component
88
deployment_identifier = var.deployment_identifier

0 commit comments

Comments
 (0)