mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-12 07:13:28 -05:00
31 lines
605 B
Markdown
31 lines
605 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "docker_plugin Data Source - terraform-provider-docker"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# docker_plugin (Data Source)
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Optional
|
|
|
|
- **alias** (String) Docker Plugin alias
|
|
- **id** (String) The ID of this resource.
|
|
- **name** (String)
|
|
|
|
### Read-Only
|
|
|
|
- **enabled** (Boolean)
|
|
- **env** (Set of String)
|
|
- **grant_all_permissions** (Boolean) If true, grant all permissions necessary to run the plugin
|
|
- **plugin_reference** (String) Docker Plugin Reference
|
|
|
|
|