You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Terraform Cloud, click on your organization, then Settings, and then on the side menu, click on API Tokens:
Create an Organization Token
API tokens may generated for a specific organization. Organization API tokens allow access to the organization-level settings and resources, without being tied to any specific team or user.
Create a Team Token
Team API tokens are used by services, for example a CI/CD pipeline, to perform plans and applies on a workspace. To generate a team API token, go to the Teams page in your organization settings, select a team, and generate a new token at the bottom of the page.
After you have downloaded tecli, you can configure it to use the tokens you just generated by executing tecli configure create --profile=<your-profile-name>.
It's recommended that you use profile to help you operate only over workspaces that part of that organization.