Disable Specific Status Checks
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.
Instruct Terrateam to not check specific GitHub status checks when evaluating Apply Requirements.
apply_requirements:
checks:
status_checks:
enabled: true
ignore_matching: ["foo.*", "bar.*"]