This pull request introduces the `net-vpc-factory` module. This new factory handles: * Project setup (most of what's supported by the `project` module) * VPC setup * Routing * Subnets * Connectivity options * NCC (hub, VPC spokes and VPN hybrid spokes) * Peerings * VPN (GCP-to-onprem and GCP-to-GCP) * NAT (everything supported by the `net-cloudnat` module) * DNS (everything supported by the `dns` module) * Firewall (everything supported by the `net-vpc-firewall` module)
9 lines
213 B
YAML
9 lines
213 B
YAML
# skip boilerplate check
|
|
|
|
# yaml-language-server: $schema=../../../schemas/subnet.schema.json
|
|
|
|
name: hub-default
|
|
region: europe-west12
|
|
ip_cidr_range: 10.70.0.0/24
|
|
description: Default europe-west12 subnet for hub
|