Skip to content

Commit e09f010

Browse files
Merge pull request #51 from infrablocks/dependabot/terraform/infrablocks/api-gateway-v2/aws-1.0.0
Bump infrablocks/api-gateway-v2/aws from 1.0.0-rc.9 to 1.0.0 [skip ci]
2 parents 4d78218 + 91f7b22 commit e09f010

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)