Skip to content

Commit

Permalink
Update IGM import documentation to list all supported id formats (has…
Browse files Browse the repository at this point in the history
…hicorp#761)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and danawillow committed May 23, 2019
1 parent cec6104 commit c156ac8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/docs/r/compute_instance_group_manager.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,10 @@ exported:

## Import

Instance group managers can be imported using the `name`, e.g.
Instance group managers can be imported using any of these accepted formats:

```
$ terraform import google_compute_instance_group_manager.appserver appserver-igm
$ terraform import google_compute_instance_group_manager.appserver {{project}}/{{zone}}/{{name}}
$ terraform import google_compute_instance_group_manager.appserver {{project}}/{{name}}
$ terraform import google_compute_instance_group_manager.appserver {{name}}
```

0 comments on commit c156ac8

Please sign in to comment.