We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa8d6d commit b954256Copy full SHA for b954256
docs/r/compute_disk.html.markdown
@@ -78,6 +78,15 @@ exported:
78
79
* `label_fingerprint` - The fingerprint of the assigned labels.
80
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
90
## Import
91
92
Disks can be imported using the `name`, e.g.
0 commit comments