Skip to content

Commit

Permalink
Fix rootly_user data lookup example typo (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgphillips authored Nov 6, 2024
1 parent a81f5af commit d2c7e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: |-
## Example Usage

```shell
data "rootly_cuser" "my-user" {
data "rootly_user" "my-user" {
email = "[email protected]"
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/rootly_user/data-source.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
data "rootly_cuser" "my-user" {
data "rootly_user" "my-user" {
email = "[email protected]"
}

0 comments on commit d2c7e0a

Please sign in to comment.