Skip to content

Commit 03fc075

Browse files
committed
update some typos in the user doc
1 parent c7bc330 commit 03fc075

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

website/docs/d/user.html.markdown

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,20 @@ description: |-
55
Provides a way to retrieve Sumo Logic user details (id, email, etc) for a user managed outside of terraform.
66
---
77

8-
# sumologic_role
8+
# sumologic_user
99

10-
Provides a way to retrieve Sumo Logic user details (id, email, etc) for a user
11-
managed by another terraform stack.
10+
Provides a way to retrieve Sumo Logic user details (id, email, etc) for a user managed outside of terraform.
1211

1312

1413
## Example Usage
1514
```hcl
16-
data "sumologic_role" "this" {
15+
data "sumologic_user" "this" {
1716
id = "1234567890"
1817
}
1918
```
2019

2120
```hcl
22-
data "sumologic_role" "that" {
21+
data "sumologic_user" "that" {
2322
2423
}
2524
```
@@ -32,7 +31,7 @@ If both `id` and `email` have been specified, `id` takes precedence.
3231

3332
The following attributes are exported:
3433

35-
- `id` - The internal ID of the role. This can be used to create users having that role.
34+
- `id` - The internal ID of the user.
3635
- `email` - (Required) Email of the user.
3736
- `first_name` - (Required) First name of the user.
3837
- `last_name` - (Required) Last name of the user.

0 commit comments

Comments
 (0)