ws
Cloud Workstations VDI
Virtual DesktopGCP
General
General information about the service.
Description
Cloud Workstations provides managed development environments accessible from a browser or local IDE. It offers preconfigured, customizable workstation images with persistent storage.
Service ID
workstations.googleapis.comResource Pattern
projects/{project}/locations/{location}/workstationClusters/{cluster}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
ws-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
regional
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_workstations_workstation_cluster" "main" {2 workstation_cluster_id = "ws-${var.workload}-${var.environment}"3 network = google_compute_network.main.id4 subnetwork = google_compute_subnetwork.main.id5 location = var.region6}
Utilities
Utilities to support app deployment or configuration.