Skip to content

Commit 0afde92

Browse files
Increase create timeout to 40mins (#13248)
[upstream:652d35319a606114c21a6b2999ce1518a3bd015a] Signed-off-by: Modular Magician <[email protected]>
1 parent ad1d8c7 commit 0afde92

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/13248.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note: note
2+
workbench: increased create timeout for `google_workbench_instance` to 40mins.
3+
```

google-beta/services/workbench/resource_workbench_instance.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ func ResourceWorkbenchInstance() *schema.Resource {
307307
},
308308

309309
Timeouts: &schema.ResourceTimeout{
310-
Create: schema.DefaultTimeout(20 * time.Minute),
310+
Create: schema.DefaultTimeout(40 * time.Minute),
311311
Update: schema.DefaultTimeout(20 * time.Minute),
312312
Delete: schema.DefaultTimeout(20 * time.Minute),
313313
},

website/docs/r/workbench_instance.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ In addition to the arguments listed above, the following computed attributes are
594594
This resource provides the following
595595
[Timeouts](https://developer.hashicorp.com/terraform/plugin/sdkv2/resources/retries-and-customizable-timeouts) configuration options:
596596

597-
- `create` - Default is 20 minutes.
597+
- `create` - Default is 40 minutes.
598598
- `update` - Default is 20 minutes.
599599
- `delete` - Default is 20 minutes.
600600

0 commit comments

Comments
 (0)