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.com

Resource Pattern

projects/{project}/locations/{location}/workstationClusters/{cluster}

Chat

Powered by AI

Talk 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 DocumentationTerraform
terraform
1resource "google_workstations_workstation_cluster" "main" {
2 workstation_cluster_id = "ws-${var.workload}-${var.environment}"
3 network = google_compute_network.main.id
4 subnetwork = google_compute_subnetwork.main.id
5 location = var.region
6}
Utilities

Utilities to support app deployment or configuration.