Create a subnet in OVH PCI (openstack)
No modules.
| Name |
Description |
Type |
Default |
Required |
| customer |
Customer applied to this instance |
string |
"" |
no |
| dns_nameservers |
list of dns servers that will be send by dhcp on this subnet |
list(string) |
[ "8.8.8.8", "8.8.4.4" ] |
no |
| ip |
map of subnet ip elements {start, end, netwok} |
map(any) |
{ "end": "10.0.254.254", "network": "10.0.0.0/16", "start": "10.0.0.1" } |
no |
| name |
Name applied to this instance |
string |
"" |
no |
| network_id |
OVH vrack network id |
string |
n/a |
yes |
| tags |
Tags applied to this instance |
map(string) |
{} |
no |