Added resource.bitbucketserver_plugin

This commit is contained in:
Gavin Bunney
2019-10-14 11:38:39 -07:00
parent 78aafda47e
commit 6d0d523a9b
35 changed files with 967 additions and 246 deletions

View File

@@ -39,7 +39,7 @@ func dataSourceApplicationProperties() *schema.Resource {
}
func dataSourceApplicationPropertiesRead(d *schema.ResourceData, m interface{}) error {
client := m.(*BitbucketClient)
client := m.(*BitbucketServerProvider).BitbucketClient
req, err := client.Get("/rest/api/1.0/application-properties")
if err != nil {