Open1
HCP Terraform

- User API tokens that belong to a specific user
- Team API tokens that belong to a specific team without being tied to any one user
- The organization API token that provides administrative access to settings and resources at the organizational level
チームやグループで制御するのが基本
Team tokens are the most commonly used token type for automation workflows because they can be scoped with granular access to projects and workspaces. And since they’re not tied to an individual user, there’s less operational risk when users leave the organization.
あまり活用できていないせいか、気にしたことがなかった
Previously, HCP Terraform only allowed a single team API token per team.