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

Terraform OVH provider

Results 103 terraform-provider-ovh issues
Sort by recently updated
recently updated
newest added

Hi, We need to configure dns nameservers for private subnet in OpenStack to avoid a wrong DNS configuration after the deployment. This option on openstack subnet is not available on...

I currently use OVH as a registrar, but I would like to be able to use terraform up my domains to use another DNS provider (for exemple AWS Route53). This...

Type: Feature
Status: Backlog
Product: Domain Names

Hello, I'm tying to create NS records with terraform using the **ovh_domain_zone_record** resource but it seems the NS **fieldtype** is not supported. Here is an example where I want to...

Type: Feature

In short, the format used to import an ip address will not work with ipv6 addresses. ``` console $ terraform import 'ovh_ip_reverse.something["2607:5300::1"]' '2607:5300::1/128:2607:5300::1' Error: calling /ip/2607/reverse/5300::1%2F128:2607:5300::1: Error 400: "[ipReverse] Given...

### Terraform Version ``` Terraform v1.0.2 on darwin_amd64 + provider registry.terraform.io/ovh/ovh v0.15.0 + provider registry.terraform.io/terraform-providers/ovh v0.15.0 ``` ### Affected Resource(s) - ovh_iploadbalancing_http_frontend - ovh_iploadbalancing_tcp_frontend ### Terraform Configuration Files ```hcl resource...

### Terraform Version v1.0.2 ### Affected Resource(s) - ovh_order_cart - ovh_order_cart_product_plan - ovh_vrack ### Terraform Configuration Files ```hcl data "ovh_order_cart" "mycart" { ovh_subsidiary = "de" description = "my vrack order...

Is possible create new public cloud Instance? I can't find any info about that in documentation...

Hi there, Terraform does not seem to accept the `history` versioning mode on a Swift object storage container and I do not know if the issue comes from OVH or...

I would like to be able to create an object storage resource via terraform. I am looking through https://www.terraform.io/docs/providers/ovh/index.html and I don't find any way to create a storage resource.

It would be useful to be able to create or affect manually created OVHCloud private databases resources. Specifically the ability to update the IP Whitelist and Databases and Users. Any...