mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-24 02:11:05 +01:00
Added data.bitbucketserver_project_groups
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user