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: .web-docs/components/builder/nutanix/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ These parameters allow to define information about platform and temporary VM use
21
21
-`memory_mb` (number) - Size of vRAM for temporary VM (in megabytes).
22
22
-`cd_files` (array of strings) - A list of files to place onto a CD that is attached when the VM is booted. This can include either files or directories; any directories will be copied onto the CD recursively, preserving directory structure hierarchy.
23
23
-`cd_label` (string) - Label of this CD Drive.
24
-
-`boot_type` (string) - Type of boot used on the temporary VM ("legacy"or "uefi", default is "legacy").
24
+
-`boot_type` (string) - Type of boot used on the temporary VM ("legacy", "uefi" or "secure_boot", default is "legacy").
25
25
-`boot_priority` (string) - Priority of boot device ("cdrom" or "disk", default is "cdrom").
26
26
-`ip_wait_timeout` (duration string | ex: "0h42m0s") - Amount of time to wait for VM's IP, similar to 'ssh_timeout'. Defaults to 15m (15 minutes). See the Golang [ParseDuration](https://golang.org/pkg/time/#ParseDuration) documentation for full details.
27
27
-`vm_categories` ([]Category) - Assign Categories to the vm.
0 commit comments