Disable Autoplanning
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.
Do not automatically run a Plan operation on changes in a pull request. This is a global setting and can be overriden for specific directories with Dirs.
All Changes
when_modified:
autoplan: false
Target Directory
Do not automatically run a Plan for changes in the ec2
directory.
dirs:
ec2:
when_modified:
autoplan: false