Using Workspaces

Learn when to use Terraform workspaces and their types.

When to use Terraform workspaces

Terraform workspaces are commonly used in large organizations to delegate responsibilities and roles to different team members. Each team would be granted permission to perform updates on workspaces related to their role. Additionally, production and staging type environments may have different ...