Skip to content

Commit

Permalink
update docs for huaweicloud_dns_ptrrecord_v2 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiChangkuo authored Apr 14, 2020
1 parent 6c6f749 commit 9582d0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/r/dns_ptrrecord_v2.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The following arguments are supported:

The following attributes are exported:

* `id` - The PTR record ID, which is in {region}:{floatingip_id} format.
* `name` - See Argument Reference above.
* `description` - See Argument Reference above.
* `floatingip_id` - See Argument Reference above.
Expand All @@ -56,7 +57,8 @@ The following attributes are exported:

## Import

PTR records can be imported using region and floatingip/eip ID <region>:<floatingip id>, e.g.
PTR records can be imported using region and floatingip/eip ID, separated by a colon(:), e.g.

```
$ terraform import huaweicloud_dns_ptrrecord_v2.ptr_1 cn-north-1:d90ce693-5ccf-4136-a0ed-152ce412b6b9
```
3 changes: 3 additions & 0 deletions website/huaweicloud.erb
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@
<li>
<a href="#">Resources</a>
<ul class="nav nav-auto-expand">
<li>
<a href="/docs/providers/huaweicloud/r/dns_ptrrecord_v2.html">huaweicloud_dns_ptrrecord_v2</a>
</li>
<li>
<a href="/docs/providers/huaweicloud/r/dns_recordset_v2.html">huaweicloud_dns_recordset_v2</a>
</li>
Expand Down

0 comments on commit 9582d0f

Please sign in to comment.