Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions contexts/_template/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ properties:
cidr_block:
type: string
pattern: "^([0-9]{1,3}\\.){3}[0-9]{1,3}/[0-9]{1,2}$"
default: "10.0.0.0/16"
default: "10.5.0.0/16"
description: Primary network CIDR block
loadbalancer_ips:
type: object
properties:
start:
type: string
pattern: "^([0-9]{1,3}\\.){3}[0-9]{1,3}$"
default: "10.0.0.100"
default: "10.5.1.10"
description: Load balancer IP pool start
end:
type: string
pattern: "^([0-9]{1,3}\\.){3}[0-9]{1,3}$"
default: "10.0.0.200"
default: "10.5.1.100"
description: Load balancer IP pool end
additionalProperties: false
additionalProperties: false
Expand Down
Loading