mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-30 23:35:38 +00:00
30 lines
500 B
Cheetah
30 lines
500 B
Cheetah
---
|
|
layout: page
|
|
title: {{.Name}}
|
|
parent: Resources
|
|
subcategory: Virtual Environment
|
|
description: |-
|
|
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
|
|
---
|
|
|
|
# {{.Type}}: {{.Name}}
|
|
|
|
~> **DO NOT USE**
|
|
{{ .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 }}
|