mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-05-01 13:04:12 +02:00
Moved all docs to website
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user