diff --git a/docs/resources/project_access_token.md b/docs/resources/project_access_token.md index ae324e27..85647fff 100644 --- a/docs/resources/project_access_token.md +++ b/docs/resources/project_access_token.md @@ -31,7 +31,7 @@ The following arguments are supported: * `name` - (Required) The human readable name for the token. * `project_Id` - (Required) ID of the Rollbar project to which this token belongs. -* `scopes` - (Required) List of access [scopes](https://explorer.docs.rollbar.com/#section/Authentication/Project-access-tokens) +* `scopes` - (Required) List of access [scopes](https://docs.rollbar.com/#section/Authentication/Project-access-tokens) granted to the token. Possible values are `read`, `write`, `post_server_item`, and `post_client_server`. * `status` - (Optional) Status of the token. Possible values are `enabled` @@ -62,4 +62,4 @@ Projects can be imported using a combination of the `project_id` and ``` $ terraform import rollbar_project_access_token.baz 411703/d19f7ada16534b1c94e91d9da3dbae5a -``` \ No newline at end of file +```