Google Cloud Deployment Manager
← Back to Infrastructure as Code
GCP-native IaC service using YAML configuration with Jinja2 or Python templates for resource definition. Creates deployments containing sets of GCP resources. Less widely adopted than Terraform for GCP infrastructure — many GCP users prefer Terraform for its provider-agnostic approach.
Key Properties
Related
- Terraform (provider-agnostic alternative, more popular for GCP)
- AWS CloudFormation (AWS equivalent)