dm

Deployment Manager

ManagementGCP
General

General information about the service.

Description

Google Cloud Deployment Manager is an infrastructure deployment service that automates creation and management of GCP resources.

Service ID

deploymentmanager.googleapis.com

Resource Pattern

projects/{project}/global/deployments/{deployment}

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

dm-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1# Deployment Manager is GCP-native IaC
2# Consider using Terraform instead
3# gcloud deployment-manager deployments create DEPLOYMENT --config config.yaml
Utilities

Utilities to support app deployment or configuration.