We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d78218 commit 91f7b22Copy full SHA for 91f7b22
vpc_link.tf
@@ -2,7 +2,7 @@ module "api_gateway_vpc_link" {
2
count = local.include_vpc_link == true ? 1 : 0
3
4
source = "infrablocks/api-gateway-v2/aws//modules/vpc_link"
5
- version = "1.0.0-rc.9"
+ version = "1.0.0"
6
7
component = var.component
8
deployment_identifier = var.deployment_identifier
0 commit comments