Skip to content

Commit

Permalink
Add configurable timeouts to subnetworks (hashicorp#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnraz authored and rosbo committed Dec 18, 2017
1 parent 22f184d commit 303a742
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/r/compute_subnetwork.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ exported:

* `self_link` - The URI of the created resource.

## 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

Subnetwork can be imported using the `region` and `name`, e.g.
Expand Down

0 comments on commit 303a742

Please sign in to comment.