Skip to content

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.

KeyTypeDescription
enabledBooleanSpecified whether Automerge is enabled.
delete_branchBooleanDelete the source branch after a successful Apply and git merge.

Default configuration:

automerge:
  enabled: false
  delete_branch: false