mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
feat(docs): rename howtos -> guides and publish on the registry page Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
29 lines
482 B
Cheetah
29 lines
482 B
Cheetah
---
|
|
layout: page
|
|
title: {{.Name}}
|
|
parent: Resources
|
|
subcategory: Virtual Environment
|
|
description: |-
|
|
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
|
|
---
|
|
|
|
# {{.Type}}: {{.Name}}
|
|
|
|
{{ .Description | trimspace }}
|
|
|
|
{{ if .HasExample -}}
|
|
## Example Usage
|
|
|
|
{{ codefile "terraform" .ExampleFile }}
|
|
{{- end }}
|
|
|
|
{{ .SchemaMarkdown | trimspace }}
|
|
{{- if .HasImport }}
|
|
|
|
## Import
|
|
|
|
Import is supported using the following syntax:
|
|
|
|
{{ codefile "shell" .ImportFile }}
|
|
{{- end }}
|