{
    "hostname": "photon-machine",
    "password": 
        {
            "crypted": false,
            "text": "PASSWORD"
        },
    "type": "gce",
    "size": {"root": "16", "swap": "0"},
    "public_key":"<ssh-key-here>",
    "postinstallscripts": [ "gce-patch.sh", "../password-expiry.sh" ],
    "additionalfiles": [
                            {"cloud-photon.cfg": "/etc/cloud/cloud.cfg"},
                            {"ntpd.service": "/usr/lib/systemd/system/ntpd.service"},
                            {"eth0.service": "/usr/lib/systemd/system/eth0.service"}
                       ],
    "artifacttype": "tgz",
    "keeprawdisk": "false"
}