Rename bitbucketserver_project_groups to bitbucketserver_project_permissions_groups to better reflect use

This commit is contained in:
Gavin Bunney
2019-10-09 14:42:29 -07:00
parent 69092ae19a
commit 4ee9fb67c6
4 changed files with 19 additions and 19 deletions

View File

@@ -176,7 +176,7 @@ data "bitbucketserver_application_properties" "main" {}
### Application Properties
```hcl
data "bitbucketserver_project_groups" "proj" {
data "bitbucketserver_project_permissions_groups" "proj" {
project = "TEST"
}
```