Skip to content

mastodon/terraform-ovh-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

Providers

Name Version
ovh 0.44.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_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

Outputs

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.