Module to create a private virtual network in OVH's public cloud.
Name | Version |
---|---|
terraform | >= 1.0.0 |
Name | Version |
---|---|
ovh | 0.44.0 |
No modules.
Name | Type |
---|---|
ovh_cloud_project_gateway.gateway | resource |
ovh_cloud_project_network_private.net | resource |
ovh_cloud_project_network_private_subnet.subnet | resource |
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. |