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

Resource Pattern

projects/{project}

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

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 DocumentationTerraform
terraform
1resource "google_project" "main" {
2 name = "rm-${var.environment}"
3 project_id = "rm-${var.environment}"
4 org_id = var.org_id
5}
Utilities

Utilities to support app deployment or configuration.