cw
Cloud Workstations
Dev ToolsGCP
General
General information about the service.
Description
Google Cloud Workstations provides managed and secure cloud-based development environments.
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
cw-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_workstations_workstation_cluster" "main" {2 workstation_cluster_id = "cw-${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.