Port to GitHub actions & publish to Terraform registry (#39)

* Port to GitHub actions

* Fix

* Make docs terraform registry compatible
This commit is contained in:
Gavin Bunney
2021-07-14 17:47:45 -07:00
committed by GitHub
parent 4adaea3109
commit 0b0d03cda2
55 changed files with 265 additions and 7652 deletions

View 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.