Use information gathered inside packer build outside
I’m using packer to create AWS AMIs from a custom built image. When starting the build, I don’t know which distribution is inside the image. I start a machine using packer (aws-chroot), mount an additional volume and copy stuff from my image to that volume.
hashicorp packer with Azrure ARM: view generated ARM template
I am using packer with azure arm, I am wondering is there a way to see the generated ARM template that is getting deployed?