--
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
"builders": [{
...,
"communicator": "ssh",
"ssh_bastion_host": "1.2.3.4",
"ssh_bastion_username": "foo",
"ssh_bastion_private_key_file": "{{template_dir}}/bastion.key"
}],