Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

OVH public cloud infrastructure private network

This module is creating a private network between your instances. It will be linked to an existing vrack, that you must create manually before using this module.

Considerations

To avoid terraform errors with state and so on it's simplier to create the vrack manually and later assign it your public cloud project. Also remember that a project can't be detached from vrack without calling OVH support which can cause a huge loss of time.

Requirements

Name Version
terraform ~> 1.3
openstack ~> 1.49.0
ovh ~> 0.24.0
time ~> 0.9.1

Providers

Name Version
ovh ~> 0.24.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
ovh_cloud_project_network_private.vrack resource
time_static.last_update resource

Inputs

Name Description Type Default Required
customer Customer for the current deployment string "" no
name Name applied to this instance string "" no
project_id The id of pci project string n/a yes
regions array of OVH pci regions where the network will exists list(any) null no
tags Default tags to add to resources map(any) {} no
vlan_id The id of the vlan assigned to the vrack number n/a yes

Outputs

Name Description
id n/a
name n/a
uuid n/a