Skip to content

Commit

Permalink
Merge pull request #356 from rollbar/docs-link-correction
Browse files Browse the repository at this point in the history
point to correct documentation page
  • Loading branch information
ijsnow authored Mar 22, 2023
2 parents 4cb63ca + fbe3d46 commit ca981da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/project_access_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
```
```

0 comments on commit ca981da

Please sign in to comment.