{ "builders": [ { "type": "googlecompute", "account_file": "/stemn/credentials/development-environment.json", "source_image_family": "ubuntu-minimal-1810", "project_id": "stemnapp", "zone": "australia-southeast1-a", "instance_name": "packer-development-environment-{{timestamp}}", "image_name": "development-environment", "ssh_username": "root" } ], "provisioners": [ { "type": "file", "source": "../docker/scripts/bootstrap.sh", "destination": "/bootstrap.sh" }, { "type": "shell", "inline": [ "/bootstrap.sh" ] } ] }