Environment Config Block
Document environment configurations with variables, dependencies, and resource specifications.
Overview
The Environment Config block documents environment configurations including variables, secrets, resources, and dependencies. It supports different environment types (development, testing, staging, production, DR) and masks secret values. Use this block to maintain configuration documentation for each deployment environment.
Production Environment
Configuration for a production environment.
Staging Environment
Configuration for a staging environment.
Block Properties
| Property | Required | Description |
|---|---|---|
| name | Yes | Environment name |
| type | No | Environment type (development, testing, staging, production, dr) |
| description | No | Environment description and purpose |
| url | No | Base URL for the environment |
| variables | No | Array of variable objects |
| resources | No | Resource specifications |
| dependencies | No | Array of external dependencies |
| owner | No | Team responsible for the environment |
| lastUpdated | No | Date of last configuration update |