Skip to content

mastodon/terraform-ovh-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-ovh-network

Module to create a private virtual network in OVH's public cloud.

Requirements

Name Version
terraform >= 1.0.0
ovh ~> 2.5.0

Providers

Name Version
ovh 2.5.0

Modules

No modules.

Resources

Name Type
ovh_cloud_project_gateway.gateway resource
ovh_cloud_project_network_private.net resource
ovh_cloud_project_network_private_subnet.subnet resource

Inputs

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

Outputs

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.

About

Module to create a private virtual network in OVH's public cloud

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages