Allowed Destination Branches
Terrateam Configuration
Terrateam behavior can be configured via a config.yml
. This file is located in
a directory named .terrateam
at the root of your Terraform repository:
.terrateam/config.yml
.
See Configuration documentation for details.
Only allow the main
, dev
, and prod
branches to be used as valid
destination branches for Terrateam operations.
destination_branches:
- main
- dev
- prod