Automerge
Automerge
Automerge can be used to automatically merge the pull request after all directories have been successful applied.
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.
Configuration
Top-level key: automerge
See Configuration Reference documentation for details.
Key | Type | Description |
---|---|---|
enabled | Boolean | Specified whether Automerge is enabled. |
delete_branch | Boolean | Delete the source branch after a successful Apply and git merge. |
Default configuration:
automerge:
enabled: false
delete_branch: false