Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
update generated docs action committed May 8, 2022
1 parent 08ca83b commit d9c29ac
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/data-sources/user.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "env0_user Data Source - terraform-provider-env0"
subcategory: ""
description: |-
---

# env0_user (Data Source)



## Example Usage

```terraform
data "env0_user" "user_by_email_example" {
email = "john.doe@email.com"
}
output "user_id" {
value = data.env0_user.user_by_email_exmple.id
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **email** (String) the email of the user

### Read-Only

- **id** (String) id of the user


0 comments on commit d9c29ac

Please sign in to comment.