mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
* document role privileges required by proxmox_virtual_environment_download_file resource * move the new section to the download_file resource doc --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Co-authored-by: windowsrefund <mtf8> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
32 lines
823 B
Cheetah
32 lines
823 B
Cheetah
---
|
|
layout: page
|
|
title: {{.Name}}
|
|
parent: Resources
|
|
subcategory: Virtual Environment
|
|
description: |-
|
|
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
|
|
---
|
|
|
|
# {{.Type}}: {{.Name}}
|
|
|
|
{{ .Description | trimspace }}
|
|
|
|
~> Besides the `Datastore.AllocateTemplate` privilege, this resource requires both the `Sys.Audit` and `Sys.Modify` privileges.<br><br>
|
|
For more details, see the [`download-url`](https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/storage/{storage}/download-url) API documentation under the "Required permissions" section.
|
|
|
|
{{ if .HasExample -}}
|
|
## Example Usage
|
|
|
|
{{ codefile "terraform" .ExampleFile }}
|
|
{{- end }}
|
|
|
|
{{ .SchemaMarkdown | trimspace }}
|
|
{{- if .HasImport }}
|
|
|
|
## Import
|
|
|
|
Import is supported using the following syntax:
|
|
|
|
{{ codefile "shell" .ImportFile }}
|
|
{{- end }}
|