You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/instance.html.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,14 @@ Configuration profiles define the VM settings and boot behavior of the Linode In
204
204
205
205
*`memory_limit` - (Optional) - Defaults to the total RAM of the Linode
206
206
207
+
### Timeouts
208
+
209
+
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions:
210
+
211
+
*`create` - (Defaults to 10 mins) Used when launching the instance (until it reaches the initial `running` state)
212
+
*`update` - (Defaults to 20 mins) Used when stopping and starting the instance when necessary during update - e.g. when changing instance type
213
+
*`delete` - (Defaults to 10 mins) Used when terminating the instance
214
+
207
215
## Attributes
208
216
209
217
This Linode Instance resource exports the following attributes:
@@ -248,4 +256,4 @@ When importing an instance, all `disk` and `config` values must be represented.
248
256
249
257
Imported disks must include their `label` value. **Any disk that is not precisely represented may be removed resulting in data loss.**
250
258
251
-
Imported configs should include all `devices`, and must include `label`, `kernel`, and the `root_device`. The instance must include a `boot_config_label` referring to the correct configuration profile.
259
+
Imported configs should include all `devices`, and must include `label`, `kernel`, and the `root_device`. The instance must include a `boot_config_label` referring to the correct configuration profile.
0 commit comments