Skip to content

Commit

Permalink
Increase the timeout to create vmwareengine PrivateCloud (#9480)
Browse files Browse the repository at this point in the history
[upstream:5f5e439362425955b20ac0ce1596b99c2230f4cf]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Nov 16, 2023
1 parent a6d2dbb commit b919331
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/9480.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func ResourceVmwareenginePrivateCloud() *schema.Resource {
},

Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(210 * time.Minute),
Create: schema.DefaultTimeout(240 * time.Minute),
Update: schema.DefaultTimeout(190 * time.Minute),
Delete: schema.DefaultTimeout(150 * time.Minute),
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/vmwareengine_private_cloud.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ In addition to the arguments listed above, the following computed attributes are
This resource provides the following
[Timeouts](https://developer.hashicorp.com/terraform/plugin/sdkv2/resources/retries-and-customizable-timeouts) configuration options:

- `create` - Default is 210 minutes.
- `create` - Default is 240 minutes.
- `update` - Default is 190 minutes.
- `delete` - Default is 150 minutes.

Expand Down

0 comments on commit b919331

Please sign in to comment.