Skip to content

Commit

Permalink
Import statement added to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviGopal authored and hkantare committed Nov 27, 2020
1 parent e995084 commit 4db19df
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
8 changes: 8 additions & 0 deletions website/docs/r/is_floating_ip.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ The following attributes are exported:
* `id` - The id of the floating ip.
* `status` - The status of the floating ip.
* `address` - The floating ip address.

## Import

ibm_is_floating_ip can be imported using floating ip ID, eg

```
$ terraform import ibm_is_floating_ip.example d7bec597-4726-451f-8a63-e62e6f19c32c
```
8 changes: 8 additions & 0 deletions website/docs/r/is_ike_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ The following attributes are exported:
* `name` - The name given to this VPN connection.
* `id` - The unique identifier of a VPN connection.
* `href` - The VPN connection's canonical URL.

## Import

ibm_is_ike_policy can be imported using IKE Policy ID, eg

```
$ terraform import ibm_is_ike_policy.example d7bec597-4726-451f-8a63-e62e6f19c32c
```
8 changes: 8 additions & 0 deletions website/docs/r/is_images.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ The following attributes are exported:
* `encryption` - The type of encryption used on the image

``

## Import

ibm_is_image can be imported using Image ID, eg

```
$ terraform import ibm_is_image.example d7bec597-4726-451f-8a63-e62e6f19c32c
```
11 changes: 10 additions & 1 deletion website/docs/r/is_volume.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,13 @@ The following attributes are exported:

* `id` - The unique identifier of the volume.
* `status` - The status of volume.
* `crn` - The CRN for the volume.
* `crn` - The CRN for the volume.


## Import

ibm_is_volume can be imported using volume ID, eg

```
$ terraform import ibm_is_volume.example d7bec597-4726-451f-8a63-e62e6f19c32c
```

0 comments on commit 4db19df

Please sign in to comment.