Skip to content

Commit fd1d9b4

Browse files
increased google_lustre_instance creation timeout (#15269) (#10817)
[upstream:cf26b63a18f3eea6c4d64b0e1de0a2e64b9f2364] Signed-off-by: Modular Magician <[email protected]>
1 parent 454cce0 commit fd1d9b4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/15269.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
lustre: increased creation timeout from 20min to 40min for `google_lustre_instance` resource
3+
```

google-beta/services/lustre/resource_lustre_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func ResourceLustreInstance() *schema.Resource {
4646
},
4747

4848
Timeouts: &schema.ResourceTimeout{
49-
Create: schema.DefaultTimeout(20 * time.Minute),
49+
Create: schema.DefaultTimeout(40 * time.Minute),
5050
Update: schema.DefaultTimeout(20 * time.Minute),
5151
Delete: schema.DefaultTimeout(20 * time.Minute),
5252
},

website/docs/r/lustre_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ In addition to the arguments listed above, the following computed attributes are
170170
This resource provides the following
171171
[Timeouts](https://developer.hashicorp.com/terraform/plugin/sdkv2/resources/retries-and-customizable-timeouts) configuration options:
172172

173-
- `create` - Default is 20 minutes.
173+
- `create` - Default is 40 minutes.
174174
- `update` - Default is 20 minutes.
175175
- `delete` - Default is 20 minutes.
176176

0 commit comments

Comments
 (0)