From f2a0e03bfe3449061551bc96e6fffa039cbbfe5b Mon Sep 17 00:00:00 2001 From: SignalRichard <20459042+SignalRichard@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:16:33 -0500 Subject: [PATCH] docs: update enterprise access token note --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index a4cc2f1..3c9196a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -80,7 +80,7 @@ API applications can be generated for users or administrators can create "servic Once the API application has been registered, users should reference their site's documentation at `https://[your_site]/api/docs/authentication` for details on create an access key. Users should follow the instructions for "Desktop Applications" that uses the implicit OAuth 2.0 flow to generate an `access_token`. -> Note: The user that creates the access token will be the user referenced when creating articles, questions, and answers. You may wish to use another non-user account to differentiate content generated by Terraform. +> Note: The user that creates the access token will be the user referenced when creating articles, questions, and answers even if the API application is registered to the Community user. You may wish to use another non-user account to differentiate content generated by Terraform. ## Migrating from versions < 1.x @@ -88,7 +88,7 @@ Versions prior to 1.x are not considered stable and many changes have been made The following is a list of features that have been removed in version 1.x: * `stackoverflow_filter` - This data/resource is no longer available in versions > 1.x because it is no longer needed. This resource was a direct requirement to using Stack Overflow's API v2.x and had no particular meaning besides configuring API access. -* `default_tags` - Provider default tags are no longer supported. This decision was made to simplify the code base, standardize the Terraform model state to make it reflect actual configuration code, and to promoting tags as first class resources. Tags are now available as data resources and can be used to ensure the resource dependency graph is more complete. +* `default_tags` - Provider default tags are no longer supported. This decision was made to simplify the code base, standardize the Terraform model state to make it reflect actual configuration code, and to promote tags as first class resources. Tags are now available as data resources and can be used to ensure the resource dependency graph is more complete. * `team_name` - Provider team name field is no longer supported which simplifies the provider configuration to be able to support both Stack Overflow for Teams Business and Stack Overflow Enterprise tiers. Users should provide the `base_url` field and include the team name if applicable in the value. The migration steps should be as follows: