Skip to content

Commit

Permalink
Add configurable timeouts to google_compute_instance (hashicorp#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo authored Dec 14, 2017
1 parent 78748cb commit 83dec74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/r/compute_instance_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ exported:

* `size` - The number of instances in the group.

## Timeouts

This resource provides the following
[Timeouts](/docs/configuration/resources.html#timeouts) configuration options:

- `create` - Default is `6 minutes`
- `update` - Default is `6 minutes`
- `delete` - Default is `6 minutes`

## Import

Instance group can be imported using the `zone` and `name`, e.g.
Expand Down

0 comments on commit 83dec74

Please sign in to comment.