diff --git a/website/docs/r/ovh_domain_zone.html.markdown b/website/docs/r/ovh_domain_zone.html.markdown index 613d02391..540d84ea8 100644 --- a/website/docs/r/ovh_domain_zone.html.markdown +++ b/website/docs/r/ovh_domain_zone.html.markdown @@ -89,3 +89,9 @@ Id is set to the order Id. In addition, the following attributes are exported: * `order_detail_id` - order detail id * `domain` - expiration date * `quantity` - quantity + +## Import +Zone can be imported using the `order_id` that can be retrieved in the [order page](https://www.ovh.com/manager/#/dedicated/billing/orders/orders) at the creation time of the zone. +```bash +$ terraform import ovh_domain_zone.zone order_id +``` \ No newline at end of file