cc

Cloud Code

Dev ToolsGCP
General

General information about the service.

Description

Cloud Code is an IDE extension for VS Code and JetBrains that makes it easier to develop, debug, and deploy Kubernetes and Cloud Run applications directly from your editor.

Service ID

cloudcode.googleapis.com

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

cc-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1# Cloud Code is an IDE plugin, not a deployable resource.
2# Enable the API for integration:
3resource "google_project_service" "cloud_code" {
4 project = var.project_id
5 service = "cloudcode.googleapis.com"
6}
Utilities

Utilities to support app deployment or configuration.