Skip to content

Commit b954256

Browse files
authored
Add configurable timeouts for disks (hashicorp#717)
* add configurable timeouts for disks * add test for disk timeout
1 parent faa8d6d commit b954256

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/r/compute_disk.html.markdown

+9
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ exported:
7878

7979
* `label_fingerprint` - The fingerprint of the assigned labels.
8080

81+
## Timeouts
82+
83+
`google_compute_disk` provides the following
84+
[Timeouts](/docs/configuration/resources.html#timeouts) configuration options:
85+
86+
- `create` - (Default `5 minutes`) Used for creating disks.
87+
- `update` - (Default `5 minutes`) Used for resizing a disk and setting labels on disks.
88+
- `delete` - (Default `5 minutes`) Used for destroying disks (not including time to detach the disk from instances).
89+
8190
## Import
8291

8392
Disks can be imported using the `name`, e.g.

0 commit comments

Comments
 (0)