-1

I am trying to deploy VM in GCP using deployment manager. I have created a yaml file that contains all the properties, the VM is provisioned ok but with out the labels.

I am using this property in the file

tags:
  working-environment-id: vsaworkingenvironment-jwxekh7c
li-raz
  • 1,678
  • 2
  • 29
  • 57

1 Answers1

0

you are right, instead of tags you need to use labels. Take a look to this documentation for more details.

AlbertoVI
  • 102
  • 6