Here’s the Google Cloud Platform (GCP) GCloud command to list all disks in a specific project.
gcloud compute disks list --project yourprojectname |
cloud engineer
Here’s the Google Cloud Platform (GCP) GCloud command to list all disks in a specific project.
gcloud compute disks list --project yourprojectname |
gcloud compute disks list --project yourprojectname
Give Instances access to other cloud services using scopes.
gcloud alpha compute instances set-scopes instance-name \ --project project-name --zone us-central1-a \ --scopes=cloud-platform,cloud-source-repos,compute-rw,storage-rw |
gcloud alpha compute instances set-scopes instance-name \ --project project-name --zone us-central1-a \ --scopes=cloud-platform,cloud-source-repos,compute-rw,storage-rw