csr
Cloud Source Repositories
Dev ToolsGCP
General
General information about the service.
Description
Google Cloud Source Repositories provides fully managed private Git repositories hosted on Google Cloud.
Service ID
sourcerepo.googleapis.comResource Pattern
projects/{project}/repos/{repo}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
csr-{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_sourcerepo_repository" "main" {2 name = "csr-${var.environment}"3}
Utilities
Utilities to support app deployment or configuration.