Closed gontofe closed 10 months ago
google_compute_instance from the provider allows enable_display and allow_stopping_for_update to be set on the compute instance. This allows for RDP access to a Windows machine.
google_compute_instance
enable_display
allow_stopping_for_update
https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/compute_instance
No response
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
TL;DR
google_compute_instance
from the provider allowsenable_display
andallow_stopping_for_update
to be set on the compute instance. This allows for RDP access to a Windows machine.Terraform Resources
Detailed design
No response
Additional information
No response