gcp disks attach to an instance Sep 16, 2020 • ulysses Here’s how to display a list the disks attached to an instance. gcloud compute instances describe instance-name \ --project project-id \ --zone us-central1-c \ --format='yaml(disks[].source)'