I'm trying to create a Google Cloud instance. I'm running this:
gcutil addinstance test03 --persistent_boot_disk --machine_type=n1-standard-1 --zone=us-central2-a --image=projects/debian-cloud/global/images/debian-7-wheezy-v20130617
It's failing with an error of INVALID_FIELD_VALUE and a message of:
Invalid value for field 'resource fault. Resource was not found.
I've tried several variations, and all are giving the same thing. I thought I had previously had this working. Why isn't this working?