Use full type definition in v.shared_vpc_service_config and vpc_sc merges

This commit is contained in:
Wiktor Niesiobędzki
2025-03-10 14:13:39 +00:00
committed by Wiktor Niesiobędzki
parent 6b6f5d86b2
commit b51e714237

View File

@@ -130,6 +130,7 @@ locals {
try(v.shared_vpc_service_config, null) != null
? merge(
{
host_project = null
network_users = []
service_agent_iam = {}
service_agent_subnet_iam = {}
@@ -151,6 +152,7 @@ locals {
: (
try(v.vpc_sc, null) != null
? merge({
perimeter_name = null
perimeter_bridges = []
is_dry_run = false
}, v.vpc_sc)