mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-19 07:53:48 +01:00
Port to GitHub actions & publish to Terraform registry (#39)
* Port to GitHub actions * Fix * Make docs terraform registry compatible
This commit is contained in:
21
docs/data-sources/bitbucketserver_user.md
Normal file
21
docs/data-sources/bitbucketserver_user.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Data Source: bitbucketserver_user
|
||||
|
||||
This data source allows you to retrieve Bitbucket user details.
|
||||
|
||||
## Example Usage
|
||||
|
||||
```hcl
|
||||
data "bitbucketserver_user" "admin" {
|
||||
name = "admin"
|
||||
}
|
||||
```
|
||||
|
||||
## Argument Reference
|
||||
|
||||
* `name` - Unique name of the user.
|
||||
|
||||
## Attribute Reference
|
||||
|
||||
* `email_address` - User's email.
|
||||
* `display_name` - User's display name.
|
||||
* `user_id` - User's ID.
|
||||
Reference in New Issue
Block a user