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! I use **ovh_domain_zone_record** resource and I'd appreciate the option to override DNS record. Currently ovh_domain_zone_record's default behavior is to create new DNS record every time. Proposed solution is to...

I need to set a specific catalogName to order some resources. Requirement for that is to assign a shopping cart to a loggedin client

Hello 👋🏼 ### Terraform Version `terraform client binary` ``` Terraform v1.1.5 on linux_amd64 + provider registry.terraform.io/hashicorp/tfe v0.27.0 + provider registry.terraform.io/ovh/ovh v0.16.0 + provider registry.terraform.io/terraform-provider-openstack/openstack v1.46.0 ``` `terraform enterprise` ``` v202201-1...

### Affected Resource(s) - ovh_domain_zone_record - ovh_domain_zone_redirection ### Description The way some resources are handled by the OVH API is: - do changes (POST/PUT/DELETE) - launch a "refresh" task so...

Type: Bug

### Terraform Version Terraform v1.1.4 on linux_amd64 + provider registry.terraform.io/ovh/ovh v0.16.0 ### Affected Resource(s) `ovh_dbaas_logs_output_graylog_stream` ### Terraform Configuration Files ```hcl resource "ovh_dbaas_logs_output_graylog_stream" "my_stream" { service_name = var.DBAAS_LOGS_SERVICE_NAME title = "my_stream"...

### Terraform Version Terraform v1.0.2 on darwin_amd64 + provider registry.terraform.io/ovh/ovh v0.15.0 ### Affected Resource(s) - ovh_domain* ### Terraform Configuration Files ```hcl # This file is maintained automatically by "terraform init"....

### Terraform Version Terraform v0.12.1 ### Affected Resource(s) Please list the resources as a list, for example: - ovh_cloud_network_private # source - openstack_networking_port_v2 # affected If this issue appears to...

``` provider "ovh" { endpoint = "soyoustart-ca" } ``` Terraform Version: 0.13.4 ovh provider version: 0.9.1 Error: soyoustart-ca must be one of map[string]string{"kimsufi-ca":"https://ca.api.kimsufi.com/1.0", "kimsufi-eu":"https://eu.api.kimsufi.com/1.0", "ovh-ca":"https://ca.api.ovh.com/1.0", "ovh-eu":"https://eu.api.ovh.com/1.0", "ovh-us":"https://api.us.ovhcloud.com/1.0", "runabove-ca":"https://api.runabove.com/1.0", "soyoustart-ca":"https://ca.api.soyoustart.com/1.0", "soyoustart-eu":"https://eu.api.soyoustart.com/1.0"}...

Hello, while trying to create a new Terraform module to manage an `ovh_cloud_project` resource, we ran into an issue: ### Terraform Version Terraform v1.0.5 on darwin_amd64 + provider registry.terraform.io/hashicorp/helm v2.3.0...

In the docs, it's said we can omit the version parameter, but ``` resource "ovh_cloud_project_kube" "cluster" { service_name = var.ovh_project name = "kube-cluster" region = var.ovh_region } ``` gives us...