We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c267674 commit 429e0ceCopy full SHA for 429e0ce
website/docs/d/order_cart.html.markdown
@@ -15,7 +15,7 @@ Use this data source to create a temporary order cart to retrieve information or
15
```hcl
16
data "ovh_order_cart" "mycart" {
17
ovh_subsidiary = "fr"
18
- description = "..."
+ description = "my cart"
19
}
20
```
21
0 commit comments