Environment Manifest File Format
Declarative YAML format for defining environment state, used in CI/CD pipelines and Git-based infrastructure workflows.
Examples
---
apiVersion: bricks/v1
kind: Deployment
metadata:
name: aws-rds-postgres-bluebricks-staging
spec:
blueprint: "aws_rds_postgres"
version: "1.8.0"
force: false
planOnly: false
collection: "bluebricks-staging"
props:
rds_postgres_family: postgres16
rds_postgres_identifier: stage-db
rds_postgres_engine_version: "16.4"
rds_postgres_instance_class: db.t4g.micro
rds_postgres_allocated_storage: 20
rds_postgres_major_engine_version: "16"
rds_postgres_max_allocated_storage: 100
rds_postgres_db_name: bluebricks
rds_postgres_vpc_private_subnets_ids:
- "subnet-066c7.....3b6"
- "subnet-00484.....9d6"
- "subnet-0321e.....357"
rds_postgres_create_db_subnet_group: true
rds_postgres_db_subnet_group_name: staging
rds_postgres_vpc_security_group_ids:
- "sg-0e262....536"Reference
Keys
Description
Mandatory
Last updated
Was this helpful?

