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

# Description Add request ID in error message when CheckDeleted function is used. This information is systematically asked by the support but isn't available anywhere in a normal run ##...

### Description Hello, I created a Gateway with an Interface using the OVH web console and would like to achieve the same using Terraform. I noticed that it is possible...

Sure, here's the completed PR template with the provided diff details: # Description This pull request implements a new feature: the name server resource for domains. Using the `/nameServers/update` endpoint,...

# Manage log subscription for Loadbalancer New Feature, add the possibility to the client to subscribe or get information about subscription ## Type of change Please delete options that are...

### Describe the bug When providing ovh_dedicated_server_install_task with an invalid partition_scheme, terraform will timeout after 5+min. ``` module.docker-metal-ns3227476.ovh_dedicated_server_install_task.server_install: Still creating... [4m30s elapsed] module.docker-metal-ns3227476.ovh_dedicated_server_install_task.server_install: Still creating... [4m40s elapsed] module.docker-metal-ns3227476.ovh_dedicated_server_install_task.server_install: Still creating......

### Describe the bug We are trying to import an existing cloud project into terraform. We have the correct order number and the import is successful, however, when running `terraform...

# Description M3DB is created with a "default" namespace that can be updated. Like we already do for "avnadmin" user, I add a special case when we create a ovh_cloud_project_database_m3db_namespace...

# Description Resources that are created using an order used the `orderId` as ID. This is impractical and forces the users to retrieve the order ID to import the resources....

Add efiBootloaderPath for dedicated server resource & dedicated server update # Description Possibility to GET and PUT the efi_bootloader_path on a dedicated server Fixes #xx (issue) ## Type of change...