Skip to content

Terraform CLI

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.

Extra Arguments

The following configuration will modify the default Workflow adding extra arguments to the Terraform CLI.

workflows:
  - tag_query: ""
    plan:
      - type: init
      - type: plan
        extra_args: ["-var-file=global-variables.tfvars"]