Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

OVH PCI private subnet

Create a subnet in OVH PCI (openstack)

Requirements

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

Providers

Name Version
openstack ~> 1.49.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
openstack_networking_subnet_v2.subnet resource
time_static.last_update resource

Inputs

Name Description Type Default Required
customer Customer applied to this instance string "" no
dns_nameservers list of dns servers that will be send by dhcp on this subnet list(string)
[
"8.8.8.8",
"8.8.4.4"
]
no
ip map of subnet ip elements {start, end, netwok} map(any)
{
"end": "10.0.254.254",
"network": "10.0.0.0/16",
"start": "10.0.0.1"
}
no
name Name applied to this instance string "" no
network_id OVH vrack network id string n/a yes
tags Tags applied to this instance map(string) {} no

Outputs

Name Description
gateway_ip n/a
id n/a
network_id n/a