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: docs/resources/machine_config_v2.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,6 +312,7 @@ The following attributes are exported:
312
312
*`datastore_cluster` - (Optional) vSphere datastore cluster for virtual machine (string)
313
313
*`disk_size` - (Optional) vSphere size of disk for docker VM (in MB). Default `20480` (string)
314
314
*`folder` - (Optional) vSphere folder for the docker VM. This folder must already exist in the datacenter (string)
315
+
*`graceful_shutdown_timeout` (Optional) Duration in seconds before the graceful shutdown of the VM times out and the VM is destroyed. A force destroy will be performed when the value is zero (string)
315
316
*`hostsystem` - (Optional) vSphere compute resource where the docker VM will be instantiated. This can be omitted if using a cluster with DRS (string)
316
317
*`memory_size` - (Optional) vSphere size of memory for docker VM (in MB). Default `2048` (string)
317
318
*`network` - (Optional) vSphere network where the docker VM will be attached (list)
Description: "Duration in seconds before the graceful shutdown of the VM times out and the VM is destroyed. A force destroy will be performed when the value is zero",
Description: "Duration in seconds before the graceful shutdown of the VM times out and the VM is destroyed. A force destroy will be performed when the value is zero",
0 commit comments