rm
Resource Manager
GeneralGCP
General
General information about the service.
Description
Google Cloud Resource Manager enables you to programmatically manage your GCP resource containers such as organizations, folders, and projects.
Service ID
cloudresourcemanager.googleapis.comResource Pattern
projects/{project}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
rm-{workload}-{environment}Length
6-30
Valid Characters
Lowercase letters, numbers, hyphens
Scope
global
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_project" "main" {2 name = "rm-${var.environment}"3 project_id = "rm-${var.environment}"4 org_id = var.org_id5}
Utilities
Utilities to support app deployment or configuration.