Skip to content

Commit

Permalink
provider/google: Add Timeout support to google_container_cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
sovanesyan authored and stack72 committed Jun 28, 2017
1 parent b7f4d72 commit 6674e03
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,13 @@ exported:

* `master_auth.cluster_ca_certificate` - Base64 encoded public certificate
that is the root of trust for the cluster

<a id="timeouts"></a>
## Timeouts

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

- `create` - (Default `30 minutes`) Used for clusters
- `update` - (Default `10 minutes`) Used for updates to clusters
- `delete` - (Default `10 minutes`) Used for destroying clusters.

0 comments on commit 6674e03

Please sign in to comment.