mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-01-16 00:34:33 +01:00
Update docs based on changes to plugin_config
This commit is contained in:
@@ -9,22 +9,16 @@ Configure plugins.
|
||||
|
||||
```hcl
|
||||
resource "bitbucketserver_plugin_config" "mypluginconfig" {
|
||||
key = "my-plugin-key"
|
||||
values = "{"\key\": \"value\"}"
|
||||
config_endpoint = "/rest/1.0/myplugin/config"
|
||||
values = "{"\key\": \"value\"}"
|
||||
}
|
||||
```
|
||||
|
||||
## 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.
|
||||
|
||||
## 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 a plugin config reference via the key:
|
||||
|
||||
Reference in New Issue
Block a user