terraform-ovh-commons icon indicating copy to clipboard operation
terraform-ovh-commons copied to clipboard

This repo contains commons resources to interact with OVH Public Cloud using Terraform.

Results 6 terraform-ovh-commons issues
Sort by recently updated
recently updated
newest added

Terraform openstack provider version = 1.51 doesn't support alias parameter declaration. See this https://devops.stackexchange.com/questions/17444/terraforms-openstack-provider-error-one-of-auth-url-or-cloud-must-be-spec for further details

By default Openstack uses a prefix length of /56 on OVH instances. This results in OVH instances cannot reach each other via IPv6. According to OVH support the prefered prefix-lenght...

I have created all key and secret on https://eu.api.kimsufi.com/createToken/ (masked here) Simple test: ``` provider ovh { endpoint = "kimsufi-eu" application_key = "XXXXXXXXXXXXXX" application_secret = "XXXXXXXXXXXXXXXXXXXXXXXX" consumer_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXX" }...

I keep receiving 504 HTTP errors when trying to create security groups: ``` * openstack_networking_secgroup_v2.sg_fronts: 1 error(s) occurred: * openstack_networking_secgroup_v2.sg_fronts: Expected HTTP response code [201 202] when accessing [POST https://network.compute.gra1.cloud.ovh.net/v2.0/security-groups],...

Is there somewhere a list of resources of the `openstack` provider which are usable against the Public Cloud? Thanks a lot!

In README you can find 5 steps missing in the repository: Creating your first instance Advanced instance setings Secure your instances Multiple environments, manage modules Deploy a multi-region architecture