We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84446e9 commit cbdf8a2Copy full SHA for cbdf8a2
website/docs/r/token.html.markdown
@@ -32,13 +32,14 @@ The following arguments are supported:
32
33
The following attributes are exported:
34
35
- * `id` - The internal ID of the token.
+ * `id` - The internal ID of the token.
36
+ * `encodedTokenAndUrl` - The encoded token for collector registration.
37
38
## Import
39
Tokens can be imported using the name, e.g.:
40
41
```hcl
-terraform import sumologic_token tokenName
42
+terraform import sumologic_token.test id
43
```
44
45
[1]: https://help.sumologic.com/Manage/Security/Installation_Tokens
0 commit comments