mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-19 21:22:56 -05:00
23 lines
562 B
Cheetah
23 lines
562 B
Cheetah
|
|
---
|
||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
|
page_title: "{{.Type}} {{.Name}} - {{.ProviderName}}"
|
||
|
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
|
||
|
|
---
|
||
|
|
<!-- Bug: Type and Name are switched -->
|
||
|
|
# {{.Type}} ({{.Name}})
|
||
|
|
|
||
|
|
{{ .Description | trimspace }}
|
||
|
|
|
||
|
|
## Example Usage
|
||
|
|
|
||
|
|
{{tffile "examples/resources/docker_plugin/resource.tf"}}
|
||
|
|
|
||
|
|
{{ .SchemaMarkdown | trimspace }}
|
||
|
|
|
||
|
|
## Import
|
||
|
|
|
||
|
|
Import is supported using the following syntax:
|
||
|
|
|
||
|
|
{{codefile "shell" "examples/resources/docker_plugin/import.sh" }}
|