--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "docker_plugin Resource - terraform-provider-docker" subcategory: "" description: |- --- # docker_plugin (Resource) ## 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 ### Nested Schema for `grant_permissions` Required: - **name** (String) - **value** (Set of String)