Added data.bitbucketserver_project_groups

This commit is contained in:
Gavin Bunney
2019-10-09 14:30:31 -07:00
parent c5ef834f05
commit 69092ae19a
4 changed files with 146 additions and 0 deletions

View File

@@ -173,6 +173,18 @@ data "bitbucketserver_application_properties" "main" {}
* `build_date` - Date the Bitbucket build was made,
* `display_name` - Name of the Bitbucket instance.
### Application Properties
```hcl
data "bitbucketserver_project_groups" "proj" {
project = "TEST"
}
```
#### Attributes
* `groups` - List of maps containing `name` and `permission` keys.
---
## Development Guide