-
Notifications
You must be signed in to change notification settings - Fork 90
Remove Multiple Team Tokens from existing TFE release docs #1094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
API tokens may belong directly to a user. User tokens are the most flexible token type because they inherit permissions from the user they are associated with. For more information on user tokens and how to generate them, see the [Users](/terraform/enterprise/users-teams-organizations/users#tokens) documentation. | ||
|
||
## Team API Tokens | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kept the link to [Users](/terraform/enterprise/users-teams-organizations/users#tokens)
on line 19 that was introduced in the original PR, as that still seems valid after reverting the MTT changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, left some non-blocking comments!
content/terraform-enterprise/1.0.x/docs/enterprise/api-docs/team-tokens.mdx
Outdated
Show resolved
Hide resolved
content/terraform-docs-common/docs/cloud-docs/api-docs/team-tokens.mdx
Outdated
Show resolved
Hide resolved
b323c0b
to
f632b09
Compare
f632b09
to
9c771a3
Compare
It looks like the new Multiple Team Tokens feature slipped into TFE documentation before it went live in those environments.
I’m pretty sure it started in the v202505-1 docs via terraform-docs-common#875.
This PR reverts the
v202505-1
+v202506-1
+v202507-1
+1.0.x
changes. I usedcp
in my terminal for theteam-tokens.mdx
changes, and then manually patched theapi-tokens.mdx
+permissions.mdx
files.I also updated what seems to be a typo in the new docs (
organization_id
vs.organization_name
).