ovh / terraform-provider-ovh

Terraform OVH provider
https://registry.terraform.io/providers/ovh/ovh/latest/docs
Mozilla Public License 2.0
182 stars 133 forks source link

feat: handle kube loadBalancersSubnetId on cluster create and update #661

Closed kratisto closed 2 months ago

kratisto commented 2 months ago

Description

Add the possibility to define loadbalancers subnetid on the cluster creation or update.

I fixed a bug in the construction of the URL for the subnet deletion. Instead of using the private network id , the subnet id was used. This caused 404 errors during the acceptance tests TestAccCloudProjectKubeVRack

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist: