Skip to content

Commit

Permalink
update user example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cheelim1 committed May 25, 2023
1 parent b73a7bc commit ab7e177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-sources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use this data source to get information about a Jumpcloud User.

```terraform
data "jumpcloud_user" "example" {
name = "[email protected]"
email = "[email protected]"
}
```

Expand Down

0 comments on commit ab7e177

Please sign in to comment.