Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

OVH mysql DBaaS

Create a OVH public cloud instance instance (through openstack api).

Requirements

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

Providers

Name Version
openstack ~> 1.49.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
openstack_compute_instance_v2.instance resource
time_static.last_update resource

Inputs

Name Description Type Default Required
availability_zone Availability zone to use for the instance string "nova" no
availability_zone_hints Availability zone hints to use for the instance string null no
block_devices Block devices to use for the instance list(any) [] no
customer Customer for the current deployment string "" no
flavor_id Flavor ID to use for the instance (default: b2-7 on GRA9) string "906e8259-0340-4856-95b5-4ea2d26fe377" no
image_id Image ID to use for the instance (default: Ubuntu 22.04 UEFI on GRA9) string "b627c305-6945-47b5-8b69-c8d436f340a3" no
name Name to be used on all the resources as identifier string n/a yes
network_mode Network mode to use for the instance string null no
networks Network to use for the instance list(any) [] no
personalities Personalities to use for the instance list(any) [] no
region Region to use for the instance string n/a yes
scheduler_hints Scheduler hints to use for the instance list(any) [] no
security_groups Security groups to use for the instance list(string) [] no
ssh_keypair SSH keypair to use for the instance string n/a yes
tags Default tags to add to resources map(any) {} no
user_data User data to use for the instance string "" no
vendor_options Vendor options to use for the instance list(any) [] no

Outputs

Name Description
access_ip_v4 The IPv4 access address of the instance
name The name of the compute instance