Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip unneeded steps (cirruslabs#126)
* Skip run step if we don't have boot commands or communicator Without a communicator we can't provision, and if we don't have boot commands there's not any keys to send to the running VM, so running it is not needed. This allows configuring builders that only create the VM, in preparation for later OS installation and provisioning: source "tart-cli" "create-only" { cpu_count = 4 memory_gb = 8 disk_size_gb = 40 from_ipsw = var.ipsw_file vm_name = "pre-install-vm" communicator = "none" } * Skip typeBootCommandOverVNC if there are no boot commands There's no need to connect to VNC if we have no boot commands to type.
- Loading branch information