From 303a7429688e9575e357a4685e0aef17dcd218a0 Mon Sep 17 00:00:00 2001 From: Jonathan Liuti Date: Mon, 18 Dec 2017 18:47:11 +0100 Subject: [PATCH] Add configurable timeouts to subnetworks (#871) --- docs/r/compute_subnetwork.html.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/r/compute_subnetwork.html.markdown b/docs/r/compute_subnetwork.html.markdown index 7724f437359..52a376f7816 100644 --- a/docs/r/compute_subnetwork.html.markdown +++ b/docs/r/compute_subnetwork.html.markdown @@ -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.