Create Network
hetzner_create_networkCreate a new network by specifying an IP range and optionally adding subnets and routes for your Hetzner Cloud infrastructure.
Instructions
Create a new network with the specified IP range, and optionally subnets and routes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the network | |
| ip_range | Yes | IP range of the whole network, e.g. "10.0.0.0/8" | |
| subnets | No | Array of subnets to create | |
| routes | No | Array of routes to create | |
| labels | No | Labels as key-value pairs |