From 131039c067c26bcae9cfc1d413e26a04af9bebe5 Mon Sep 17 00:00:00 2001 From: Renan William Date: Thu, 11 Dec 2025 04:07:59 -0300 Subject: [PATCH] feat: add `runInVpc` property to tunnelhub schema (#5211) --- src/schemas/json/tunnelhub.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/schemas/json/tunnelhub.json b/src/schemas/json/tunnelhub.json index 88a84fb8e3a..346361dba87 100644 --- a/src/schemas/json/tunnelhub.json +++ b/src/schemas/json/tunnelhub.json @@ -74,6 +74,10 @@ "type": "string" } }, + "runInVpc": { + "type": "boolean", + "description": "Whether to run Lambda in VPC. If true and vpcConfig is not provided, uses tenant settings or environment variables as fallback." + }, "vpcConfig": { "additionalProperties": false, "properties": {