terraform-provider-ovh
terraform-provider-ovh copied to clipboard
Terraform OVH provider
nasha
draft for nasha partition/access mgmt, docs to follow, is it possible to get nasha service for acceptance testing, that would be provided with something like OVH_NASHA env var ? would...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
We managed our DNS records with Terraform, but sometimes, when applying/planning the same manifests, the provider crashes with the error `record has been deleted.`. But the record exists and has...
SIGSEGV
Hello, I have an issue using the ovh provider for managing DNS zones. We still have some DNS records managed by hand on our zone. Some of them have been...
Hello, I would like to be able to retrieve vRacks available on a cloud project. For now the only data source related to vRack is [ovh_vracks](https://registry.terraform.io/providers/ovh/ovh/latest/docs/data-sources/vracks), which give every vRacks...
for private networks resources `ovh_cloud_project_network_private`, the openstackId of the network in a given region is given by the API, but not exposed by the terraform provider. https://eu.api.ovh.com/console/#/cloud/project/%7BserviceName%7D/network/private#GET `regions` is a...
### Terraform Version Run `terraform -v` ``` Terraform v1.2.1 on linux_amd64 + provider registry.terraform.io/ovh/ovh v0.17.1 ``` ### Affected Resource(s) - ip load balancer ### Terraform Configuration Files default conf (tested...
Hi there, Been configuring firewall rules for 30+ ip addresses via api yesterday and it was quite inconvenient; can`t even imagine how slow it would be if I had to...
Hi, When I import a cloud user to Terraform, when I try to apply my configuration afterwards, the user is replaced (new one created). ### Terraform Version ``` ❯ terraform...
Hi, it seems to me the kubeconfig attribute of the ovh_cloud_project_kube is not fetched from the API, only fetched once at the resource creation. If the kubeconfig is compromised therefore...