Skip to content

Commit

Permalink
generate
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jun 7, 2024
1 parent 578ae4a commit 03e1c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ provider "tidbcloud" {

- `private_key` (String, Sensitive) Private Key
- `public_key` (String, Sensitive) Public Key
- `sync` (Boolean) Whether to create the cluster synchronously
2 changes: 1 addition & 1 deletion internal/provider/cluster_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const (
const (
clusterServerlessCreateTimeout = 180 * time.Second
clusterCreateTimeout = time.Hour
clusterUpdateTimeout = time.Hour
clusterCreateInterval = 60 * time.Second
clusterUpdateTimeout = time.Hour
clusterUpdateInterval = 20 * time.Second
)

Expand Down

0 comments on commit 03e1c3d

Please sign in to comment.