terraform-provider-ovh
terraform-provider-ovh copied to clipboard
Terraform OVH provider
- MongoDB User Lifecycle - Redis User Lifecycle - Import Test for Cloud Databases resources - Fix Database User Resource Import - Add ForceNew in Database Resource - add Retry...
With this fix is resolved the #281
Hello, I would like to be able to generate S3 credentials for a public cloud user from Terraform. It works from OpenStack CLI or OVH manager. But from Terraform it...
Hello, ### Terraform Version ``` Terraform v1.2.6 on linux_amd64 + provider registry.terraform.io/ovh/ovh v0.19.1 ``` ### Affected Resource(s) - ovh_cloud_project_network_private ### Terraform Configuration Files ```hcl resource "ovh_cloud_project_network_private" "vnet" { service_name =...
Not a complete review. Only on resources i've used
Hello, I made some tests on containerregistry terraform module and it works very well ! I just found a small typo in the pending status that triggers error when upgrading...
Hi, My request concerns the resource `ovh_cloud_project_kube`. It would be great to be able to specify the list of feature gates to enable on the cluster. FYI, my use case...
Implementation of the data source ovh_vrack_cloud_project #260
Hi, This PR will add features to deploy privatesql databases as code.
Hello, I'm trying to use a private network in my project but I get an error at the creation of my instances telling me that network doesn't have a subnet....