generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify data_source_user.go
- Loading branch information
Showing
3 changed files
with
38 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "slack_user Data Source - slack" | ||
subcategory: "" | ||
description: |- | ||
Retrieve Slack user information. Either id or email must be specified, but not both. | ||
--- | ||
|
||
# slack_user (Data Source) | ||
|
||
Retrieve Slack user information. Either `id` or `email` must be specified, but not both. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `email` (String) Email of the user to look up. | ||
- `id` (String) Slack user ID to look up. | ||
|
||
### Read-Only | ||
|
||
- `name` (String) User's name. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters