This page outlines the steps to get to a stage where we can run packer in gcp. These will be manual / in the gui. Later we can run packer.
- Create project
- Create service account, download json file
- Set application default credentials:
export GOOGLE_APPLICATION_CREDENTIALS=<path_to_json>
- Run Packer
packer build vm_image.json