Terraform Workspaces
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.
A single directory can be associated with multiple workspaces. Workspaces can also contain Tags.
Terrateam workspaces correspond to Terraform workspaces (opens in a new tab) and will automatically be created if they do not already exist.
dirs:
ec2/us-east-1:
tags: [ec2, us-east-1]
workspaces:
development:
tags: [development]
production:
tags: [production]