Skip to content

Commit

Permalink
Update IP pool allocation doc with import command
Browse files Browse the repository at this point in the history
  • Loading branch information
annakhm committed May 21, 2020
1 parent 5dda684 commit 3123107
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/docs/r/ip_pool_allocation_ip_address.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ In addition to arguments listed above, the following attributes are exported:

* `id` - ID of the IP pool allocation IP address (currently identical to `allocation_ip`).
* `allocation_ip` - Allocation IP address.

## Importing

An existing IP pool allocation address can be [imported][docs-import] into this resource, via the following command:

[docs-import]: /docs/import/index.html

```
terraform import nsxt_ip_pool_allocation_ip_address.ip1 POOL-UUID/UUID
```

The above would import the IP pool allocation address named `ip_pool` with the nsx ID `UUID`, from IP Pool with nsx ID `POOL-UUID`.

0 comments on commit 3123107

Please sign in to comment.