Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timeouts section to CCE documentation #788

Merged
merged 1 commit into from
Jan 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/resources/cce_cluster_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ All above argument parameters can be exported as attribute parameters along with
This mode supports incremental updates and can keep connections uninterrupted during service updates.
It is suitable for large-sized clusters.

## Timeouts

This resource provides the following timeouts configuration options:

- `create` - Default is 30 minutes.

- `delete` - Default is 30 minutes.

## Import

Cluster can be imported using the cluster id, e.g.
Expand Down
8 changes: 8 additions & 0 deletions docs/resources/cce_node_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,11 @@ All above argument parameters can be exported as attribute parameters along with
* `private_ip` - Private IP of the CCE node.

* `public_ip` - Public IP of the CCE node.

## Timeouts

This resource provides the following timeouts configuration options:

- `create` - Default is 10 minutes.

- `delete` - Default is 10 minutes.