Skip to content

Commit 429e0ce

Browse files
author
Mathieu Garcia
committed
Update description value in order_cart datasource documentation
1 parent c267674 commit 429e0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/d/order_cart.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this data source to create a temporary order cart to retrieve information or
1515
```hcl
1616
data "ovh_order_cart" "mycart" {
1717
ovh_subsidiary = "fr"
18-
description = "..."
18+
description = "my cart"
1919
}
2020
```
2121

0 commit comments

Comments
 (0)