Skip to content

Commit 130ab6d

Browse files
committed
docs: fix timeouts
1 parent 5d99e77 commit 130ab6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/resources/group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ In addition to all arguments above, the following attributes are exported:
187187

188188
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
189189

190-
* `create` - (Defaults to 20 minutes) Used when creating the resource.
190+
* `create` - (Defaults to 30 minutes) Used when creating the resource.
191191
* `read` - (Defaults to 5 minutes) Used when retrieving the resource.
192-
* `update` - (Defaults to 20 minutes) Used when updating the resource.
192+
* `update` - (Defaults to 30 minutes) Used when updating the resource.
193193
* `delete` - (Defaults to 5 minutes) Used when deleting the resource.
194194

195195
## Import

docs/resources/group_without_members.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ In addition to all arguments above, the following attributes are exported:
160160

161161
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
162162

163-
* `create` - (Defaults to 20 minutes) Used when creating the resource.
163+
* `create` - (Defaults to 30 minutes) Used when creating the resource.
164164
* `read` - (Defaults to 5 minutes) Used when retrieving the resource.
165-
* `update` - (Defaults to 20 minutes) Used when updating the resource.
165+
* `update` - (Defaults to 30 minutes) Used when updating the resource.
166166
* `delete` - (Defaults to 5 minutes) Used when deleting the resource.
167167

168168
## Import

0 commit comments

Comments
 (0)