* chore(fast): update boilerplate in 2-networking yaml files * chore(fast): replace stackdriver.googleapis.com with logging and monitoring services * fix(net-vpc-factory): correct description for secondary subnet example
9 lines
237 B
YAML
9 lines
237 B
YAML
# skip boilerplate check
|
|
|
|
# yaml-language-server: $schema=../../../schemas/subnet.schema.json
|
|
|
|
name: example-default-secondary
|
|
region: $locations:secondary
|
|
ip_cidr_range: 10.0.0.0/24
|
|
description: Default secondary-region subnet for prod
|