From ab7e17786d8a84218941ba9fd17018f4e140e34a Mon Sep 17 00:00:00 2001 From: cheelim1 Date: Thu, 25 May 2023 11:04:27 +0800 Subject: [PATCH] update user example docs --- docs/data-sources/user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-sources/user.md b/docs/data-sources/user.md index cb06e1f..0ad1bf2 100644 --- a/docs/data-sources/user.md +++ b/docs/data-sources/user.md @@ -14,7 +14,7 @@ Use this data source to get information about a Jumpcloud User. ```terraform data "jumpcloud_user" "example" { - name = "user@example.com" + email = "user@example.com" } ```