GoogleCloudPlatform / deploymentmanager-samples

Deployment Manager samples and templates.
Apache License 2.0
939 stars 718 forks source link

Is enabling virtual displays supported? #508

Closed puccamau closed 4 years ago

puccamau commented 4 years ago

https://cloud.google.com/compute/docs/instances/enable-instance-virtual-display

ocsig commented 4 years ago

I never tried it myself, but it is part of the compute-v1 API so type: gcp-types/compute-v1:instances should support the property:

properties:
    displayDevice: 
      enableDisplay: true

Woud you mind to try to add this property to a standard windows instance deployment?

puccamau commented 4 years ago

It works! Thanks.