Skip to content

Commit b42ea8c

Browse files
increase google cloud netapp create storagePool timeout to 45 mins (#12313) (#20363)
[upstream:1f0d1a4a0e48ce20347c80dc35a954611280ec0a] Signed-off-by: Modular Magician <[email protected]>
1 parent e416a05 commit b42ea8c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/12313.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
netapp: increased timeouts of `google_netapp_storage_pool ` resource to 45 mins
3+
```

google/services/netapp/resource_netapp_storage_pool.go

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

4747
Timeouts: &schema.ResourceTimeout{
48-
Create: schema.DefaultTimeout(20 * time.Minute),
48+
Create: schema.DefaultTimeout(45 * time.Minute),
4949
Update: schema.DefaultTimeout(20 * time.Minute),
5050
Delete: schema.DefaultTimeout(20 * time.Minute),
5151
},

website/docs/r/netapp_storage_pool.html.markdown

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

210-
- `create` - Default is 20 minutes.
210+
- `create` - Default is 45 minutes.
211211
- `update` - Default is 20 minutes.
212212
- `delete` - Default is 20 minutes.
213213

0 commit comments

Comments
 (0)