Skip to content

Commit 7605aa9

Browse files
authored
Merge pull request #214 from SumoLogic/yuting-add-token-terraform
Fix the doc for installation token
2 parents 251f5bc + cbdf8a2 commit 7605aa9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/docs/r/token.html.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ The following arguments are supported:
3232

3333
The following attributes are exported:
3434

35-
* `id` - The internal ID of the token.
35+
* `id` - The internal ID of the token.
36+
* `encodedTokenAndUrl` - The encoded token for collector registration.
3637

3738
## Import
3839
Tokens can be imported using the name, e.g.:
3940

4041
```hcl
41-
terraform import sumologic_token tokenName
42+
terraform import sumologic_token.test id
4243
```
4344

4445
[1]: https://help.sumologic.com/Manage/Security/Installation_Tokens

0 commit comments

Comments
 (0)