Skip to content

Commit

Permalink
DocUpdate: Add Timeout Blocks to vpc cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 committed Jun 3, 2021
1 parent e90b20b commit 2fdc80a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/r/container_vpc_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2fdc80a

Please sign in to comment.