website: CLI config: Team tokens work with CLI actions (#21883)

Team tokens never worked with the `atlas` backend, but the `remote` backend
uses them as intended; they can perform plans and applies on workspaces where
the associated team has at least plan or write permissions, respectively.
pull/21904/head
Nick Fagerlund 7 years ago committed by GitHub
parent adabe03676
commit f76c491468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,8 +81,10 @@ The following settings can be set in the CLI configuration file:
```
~> **Important:** The token provided here must be a
[user API token](/docs/enterprise/users-teams-organizations/users.html#api-tokens),
and not a team or organization token.
[user token](/docs/enterprise/users-teams-organizations/users.html#api-tokens)
or a
[team token](/docs/enterprise/users-teams-organizations/service-accounts.html#team-service-accounts);
organization tokens cannot be used for command-line Terraform actions.
-> **Note:** The credentials hostname must match the hostname in your module
sources and/or backend configuration. If your Terraform Enterprise instance

Loading…
Cancel
Save