Skip to content

Commit 973b4e9

Browse files
authored
Merge pull request #348 from yomovh/patch-1
Clarify how to get zone id for ovh_domain_zone_record import
2 parents 3e14b1c + 2d62fdd commit 973b4e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/ovh_domain_zone_record.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The following attributes are exported:
4646
* `ttl` - The TTL of the record
4747

4848
## Import
49+
OVHcloud domain zone record can be imported using the `id`, which can be retrieved by using [OVH API portal](https://api.ovh.com/console/#/domain/zone/%7BzoneName%7D/record~GET), and the `zone`, separated by "." E.g.,
4950

50-
OVHcloud record can be imported using the `id` and the `zone`, eg:
5151

5252
```bash
53-
$ terraform import ovh_domain_zone_record.test 1234OVH_ID.zone.tld
53+
$ terraform import ovh_domain_zone_record.test id.zone
5454
```

0 commit comments

Comments
 (0)