Module to create a private virtual network in OVH's public cloud.
No modules.
| Name |
Description |
Type |
Default |
Required |
| network_cidr |
Subnet to assign to the private network. |
string |
n/a |
yes |
| network_end |
End of the IP range. Defaults to the highest valid value in network_cidr. |
string |
null |
no |
| network_gateway_model |
Size of the gateway to use for the private network. |
string |
"s" |
no |
| network_gateway_region |
Specific region for the gateway. If none is given, takes the first region given in 'regions' |
string |
"" |
no |
| network_name |
Name to give the private network. |
string |
n/a |
yes |
| network_start |
Beginning of the IP range. Defaults to lowest valid value in network_cidr. |
string |
null |
no |
| project_id |
The ID of the Public Cloud project the resources will be created in. |
string |
n/a |
yes |
| region |
Region(s) in which to create the various resources. |
string |
"DE1" |
no |
| vlan_id |
VLAN ID to assign to this network. |
number |
0 |
no |
| Name |
Description |
| id |
ID of the private network created. |
| name |
Name of the private network created. |
| openstack_id |
n/a |
| subnet_id |
ID of the private subnet created. |
| vlan_id |
VLAN ID of the private network created. |