From 2fdc80a65e0829c452bed1614b424c76652dc4b8 Mon Sep 17 00:00:00 2001 From: hkavya26 Date: Thu, 3 Jun 2021 10:38:42 +0530 Subject: [PATCH] DocUpdate: Add Timeout Blocks to vpc cluster --- website/docs/r/container_vpc_cluster.html.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/docs/r/container_vpc_cluster.html.markdown b/website/docs/r/container_vpc_cluster.html.markdown index 3b53293ddc..8c1115eb51 100644 --- a/website/docs/r/container_vpc_cluster.html.markdown +++ b/website/docs/r/container_vpc_cluster.html.markdown @@ -139,6 +139,15 @@ resource "ibm_container_vpc_worker_pool" "cluster_pool" { } } ``` + +## Timeouts + +ibm_container_vpc_cluster provides the following [Timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) configuration options: + +* `create` - (Default 90 minutes) Used for creating Cluster. +* `delete` - (Default 45 minutes) Used for deleting Cluster. +* `update` - (Default 60 minutes) Used for updating Cluster. + ## Argument reference Review the argument references that you can specify for your resource.