mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-12 07:13:28 -05:00
47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
|
|
---
|
||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
|
page_title: "docker_plugin Resource - terraform-provider-docker"
|
||
|
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
# docker_plugin (Resource)
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<!-- schema generated by tfplugindocs -->
|
||
|
|
## Schema
|
||
|
|
|
||
|
|
### Required
|
||
|
|
|
||
|
|
- **name** (String) Docker Plugin name
|
||
|
|
|
||
|
|
### Optional
|
||
|
|
|
||
|
|
- **alias** (String) Docker Plugin alias
|
||
|
|
- **enable_timeout** (Number) HTTP client timeout to enable the plugin
|
||
|
|
- **enabled** (Boolean)
|
||
|
|
- **env** (Set of String)
|
||
|
|
- **force_destroy** (Boolean)
|
||
|
|
- **force_disable** (Boolean) If true, then the plugin is disabled forcibly when the plugin is disabled
|
||
|
|
- **grant_all_permissions** (Boolean) If true, grant all permissions necessary to run the plugin
|
||
|
|
- **grant_permissions** (Block Set) (see [below for nested schema](#nestedblock--grant_permissions))
|
||
|
|
- **id** (String) The ID of this resource.
|
||
|
|
|
||
|
|
### Read-Only
|
||
|
|
|
||
|
|
- **plugin_reference** (String) Docker Plugin Reference
|
||
|
|
|
||
|
|
<a id="nestedblock--grant_permissions"></a>
|
||
|
|
### Nested Schema for `grant_permissions`
|
||
|
|
|
||
|
|
Required:
|
||
|
|
|
||
|
|
- **name** (String)
|
||
|
|
- **value** (Set of String)
|
||
|
|
|
||
|
|
|