Open wkoszek opened 7 years ago
My understanding is that packer build -on-error=ask should ask me what to do.
packer build -on-error=ask
We do have keep_vm, but it seems like it's ... redundant? IMO we should just let the -on-error=ask let me decide what to do.
keep_vm
These options are nice for debugging.
My understanding is that
packer build -on-error=ask
should ask me what to do.We do have
keep_vm
, but it seems like it's ... redundant? IMO we should just let the -on-error=ask let me decide what to do.These options are nice for debugging.