Skip to content

Commit 241fa7b

Browse files
authored
docs: add information about token permissions with tfe_registry_module (#953)
* docs: add information about token permissions with tfe_registry_module With this, it is clear from the documentation that only very specific tokens have the permission to manage registry modules. * fixup! docs: add information about token permissions with tfe_registry_module * Discard changes to CHANGELOG.md * fixup: typo
1 parent 0416f37 commit 241fa7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/registry_module.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ HCP Terraform's private module registry helps you share Terraform modules across
1111

1212
~> **NOTE:** The `agent_execution_mode` and `agent_pool_id` fields in the `test_config` block are currently in beta and are not available to all users. These features are subject to change or be removed.
1313

14+
**Note**: To manage this resource, the token used with the provider needs to be for a team with **owner** permissions or a user who has the permissions explicitly assigned. Crucially, this **does not work** with an organization token! See the [API Access Levels](https://developer.hashicorp.com/terraform/cloud-docs/users-teams-organizations/api-tokens#access-levels) documentation for more information.
15+
1416
## Example Usage
1517

1618
Basic usage with VCS:

0 commit comments

Comments
 (0)