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

@@ -29,8 +29,8 @@ func Provider() terraform.ResourceProvider {
},
ConfigureFunc: providerConfigure,
DataSourcesMap: map[string]*schema.Resource{
"bitbucketserver_application_properties": dataSourceApplicationProperties(),
"bitbucketserver_project_groups": dataSourceProjectGroups(),
"bitbucketserver_application_properties": dataSourceApplicationProperties(),
"bitbucketserver_project_permissions_groups": dataSourceProjectPermissionsGroups(),
},
ResourcesMap: map[string]*schema.Resource{
"bitbucketserver_admin_license": resourceAdminLicense(),