0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-30 23:35:38 +00:00
terraform-provider-proxmox/templates/resources/virtual_environment_vm2.md.tmpl
Pavel Boldyrev d8202dd7a1
chore(vm2): initial experimental VM resource implementation using Plugin Framework (#1230)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-04-19 21:57:12 +00:00

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 }}