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

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