mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-01-18 09:38:37 +01:00
767 B
767 B
id, title
| id | title |
|---|---|
| data_bitbucketserver_global_permissions_groups | bitbucketserver_global_permissions_groups |
Retrieve a list of groups that have been granted at least one global permission.
Example Usage
data "bitbucketserver_global_permissions_groups" "all" { }
Applying a Custom Filter
Find any groups starting with dev.
data "bitbucketserver_global_permissions_groups" "dev-groups" {
filter = "dev"
}
Argument Reference
filter- Optional. If specified only group names containing the supplied string will be returned.
Attribute Reference
-
groups- List of maps containingnameandpermissionkeys. Available permissions are:LICENSED_USERPROJECT_CREATEADMINSYS_ADMIN