Allow to specify function egress settings without using a VPC connector (#2967)

This commit is contained in:
Luca Prete
2025-03-19 11:38:33 +01:00
committed by GitHub
parent c8e4179f2b
commit ffb1452dbd
4 changed files with 12 additions and 12 deletions

View File

@@ -222,7 +222,7 @@ module "function" {
}
vpc_connector = (
var.cloud_function_config.vpc_connector == null
? null
? {}
: {
create = false
name = var.cloud_function_config.vpc_connector.name