mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 10:18:39 +00:00
16 lines
312 B
YAML
16 lines
312 B
YAML
##
|
|
## @section Common parameters
|
|
##
|
|
|
|
## @typedef {struct} Subnet - Subnet of a VPC
|
|
## @field {string} [cidr] - IP address range
|
|
|
|
## @param {map[string]Subnet} subnets - Subnets of a VPC
|
|
subnets: {}
|
|
## Example:
|
|
## subnets:
|
|
## mysubnet0:
|
|
## cidr: "172.16.0.0/24"
|
|
## mysubnet1:
|
|
## cidr: "172.16.1.0/24"
|