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

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 DocumentationTerraform
terraform
1resource "google_workstations_workstation_cluster" "main" {
2 workstation_cluster_id = "cw-${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.