mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-04-18 14:59:39 +02:00
Added resource.bitbucketserver_plugin
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user