This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
When I run a packer build of an AMI using this module, the command starts and runs......... and runs........ then just spits back my prompt. Is it done? Did it build? No clue... 😢
I've tried both Debug set to True & False p.build(parallel=True, debug=False, force=False) & p.build(parallel=True, debug=True, force=False)
I would like to have it output the same stdout that the native Packer outputs.