0

i am following this datalab quickstarts. when I fire datalab create devVM (devVM is the name of cloud datalab vm that I want to create), I am getting following error

ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Invalid value for field 'resource.name': 'devVM-pd'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'

can someone please point, what I am doing wrong?

Shahnaz Khan
  • 1,055
  • 1
  • 14
  • 26

1 Answers1

0

Can you try with a name consisting of lower-case letters. I don't think GCE allows VMs/disk names with upper-case characters.

Nikhil Kothari
  • 5,215
  • 2
  • 22
  • 28