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.comReferences
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
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 Documentation
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_id5 service = "cloudcode.googleapis.com"6}
Utilities
Utilities to support app deployment or configuration.