Moved all docs to website

This commit is contained in:
Gavin Bunney
2019-10-14 15:50:22 -07:00
parent 08d0f58674
commit 0ec65e856a
28 changed files with 601 additions and 421 deletions

View File

@@ -1,5 +1,5 @@
---
id: data_plugin
id: data_bitbucketserver_plugin
title: bitbucketserver_plugin
---
@@ -7,12 +7,14 @@ This data source allows you to retrieve installed plugin information and license
## Example Usage
```
```hcl
data "bitbucketserver_plugin" "my-plugin" {
key = "com.example.plugin-my-plugin"
}
```
## Argument Reference
* `key` - Unique key of the plugin.
## Attribute Reference