terraform-provider-docker/docs/resources/plugin.md
2021-05-13 08:06:55 +02:00

1.1 KiB

page_title subcategory description
docker_plugin Resource - terraform-provider-docker

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)
  • 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)