Skip to content

Commit 9b8f2d2

Browse files
committed
Add an example import line to the documentation
Use the 2001:0DB8::/32 IPv6 prefix reserved for documentation purpose.
1 parent ba34b5d commit 9b8f2d2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/docs/r/ip_reverse.html.markdown

+8
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ The following arguments are supported:
3232
## Attributes Reference
3333

3434
The id is set to the value of ip_reverse.
35+
36+
## Import
37+
38+
The resource can be imported using the `ip`, `ip_reverse` of the address, separated by "|" E.g.,
39+
40+
```bash
41+
$ terraform import ovh_ip_reverse.my_reverse '2001:0db8:c0ff:ee::/64|2001:0db8:c0ff:ee::42'
42+
```

0 commit comments

Comments
 (0)