You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to add the certification HDS option at project creation (you must have a business support level on your account), you can add hds datasource and the plan_option configuration on the `ovh_cloud_project`.
49
49
50
50
```hcl
51
-
52
51
data "ovh_order_cart_product_options_plan" "hds" {
53
52
cart_id = data.ovh_order_cart.mycart.id
54
53
price_capacity = "renew"
@@ -60,7 +59,6 @@ data "ovh_order_cart_product_options_plan" "hds" {
0 commit comments