mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 19:43:00 +00:00
* feat: migrate `version` datasource to tf framework * set up documentation generator * add generated docs for network resources * fix test mux server, add import examples to network resources * fix network tests * fix shell examples
21 lines
359 B
Cheetah
21 lines
359 B
Cheetah
---
|
|
layout: page
|
|
title: {{.Name}}
|
|
parent: Data Sources
|
|
subcategory: Virtual Environment
|
|
description: |-
|
|
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
|
|
---
|
|
|
|
# {{.Type}}: {{.Name}}
|
|
|
|
{{ .Description | trimspace }}
|
|
|
|
{{ if .HasExample -}}
|
|
## Example Usage
|
|
|
|
{{ printf "{{tffile %q}}" .ExampleFile }}
|
|
{{- end }}
|
|
|
|
{{ .SchemaMarkdown | trimspace }}
|