mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-19 07:53:48 +01:00
Update docs based on changes to plugin_config
This commit is contained in:
@@ -9,22 +9,16 @@ Configure plugins.
|
|||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
resource "bitbucketserver_plugin_config" "mypluginconfig" {
|
resource "bitbucketserver_plugin_config" "mypluginconfig" {
|
||||||
key = "my-plugin-key"
|
config_endpoint = "/rest/1.0/myplugin/config"
|
||||||
values = "{"\key\": \"value\"}"
|
values = "{"\key\": \"value\"}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Argument Reference
|
## Argument Reference
|
||||||
|
|
||||||
* `key` - Required. Unique key of the plugin. This is not the same used by plugin install.
|
* `config_endpoint` - Required. Path to the configuration endpoint. Relative to the bitbucket server url configured in the provider.
|
||||||
* `values` - Required. Plugin configuration in JSON format.
|
* `values` - Required. Plugin configuration in JSON format.
|
||||||
|
|
||||||
## Attribute Reference
|
|
||||||
|
|
||||||
* `key` - Unique key of the plugin. This is not the same used by plugin install.
|
|
||||||
* `validlicense` - Indicates if the plugins has a valid license.
|
|
||||||
* `values` - Plugin configuration in JSON format.
|
|
||||||
|
|
||||||
## Import
|
## Import
|
||||||
|
|
||||||
Import a plugin config reference via the key:
|
Import a plugin config reference via the key:
|
||||||
|
|||||||
Reference in New Issue
Block a user