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
-> __WARNING__ Currently, the OVHcloud Terraform provider does not support deletion of a public cloud project in the US. Removal is possible by manually deleting the project and then manually removing the public cloud project from terraform state.
42
+
40
43
## Argument Reference
41
44
42
45
The following arguments are supported:
@@ -46,7 +49,7 @@ The following arguments are supported:
46
49
*`ovh_subsidiary` - (Required) OVHcloud Subsidiary. Country of OVHcloud legal entity you'll be billed by. List of supported subsidiaries available on API at [/1.0/me.json under `models.nichandle.OvhSubsidiaryEnum`](https://eu.api.ovh.com/1.0/me.json)
47
50
*`plan` - (Required) Product Plan to order
48
51
*`duration` - (Required) duration
49
-
*`plan_code` - (Required) Plan code
52
+
*`plan_code` - (Required) Plan code. This value must be adapted depending on your `OVH_ENDPOINT` value. It's `project.2018` for `ovh-{eu,ca}` and `project` when using `ovh-us`.
50
53
*`pricing_mode` - (Required) Pricing model identifier
51
54
*`catalog_name` - Catalog name
52
55
*`configuration` - (Optional) Representation of a configuration item for personalizing product
0 commit comments