Moved all docs to website

This commit is contained in:
Gavin Bunney
2019-10-14 15:50:22 -07:00
parent 08d0f58674
commit 0ec65e856a
28 changed files with 601 additions and 421 deletions

View File

@@ -1,5 +1,5 @@
---
id: data_groups
id: data_bitbucketserver_groups
title: bitbucketserver_groups
---
@@ -7,7 +7,7 @@ This data source allows you to retrieve a list of groups, optionally matching th
## Example Usage
```
```hcl
data "bitbucketserver_groups" "all" { }
```
@@ -15,7 +15,7 @@ data "bitbucketserver_groups" "all" { }
Find any groups starting with `dev`.
```
```hcl
data "bitbucketserver_groups" "dev-groups" {
filter = "dev"
}