Docs
Common Use Cases
Security
Developers can Apply with Super Approvals

Developers can Apply with Super Approvals

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.

Allow any user to trigger an Apply operation only after a member of the SRE team has approved the pull request.

access_control:
  policies:
    - tag_query: ''
      apply: []
      superapproval: ['team:sre']
      apply_with_superapproval: ['*']