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_gateway_model |
Size of the gateway to use for the private network. |
string |
"s" |
no |
network_name |
Name to give the private network. |
string |
n/a |
yes |
project_id |
The ID of the Public Cloud project the resources will be created in. |
string |
n/a |
yes |
region |
Region in which to create the various resources. |
string |
"DE1" |
no |
Name |
Description |
id |
ID of the private network created. |
name |
Name of the private network created. |
vlan_id |
VLAN ID of the private network created. |