mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 19:43:00 +00:00
* chore(vm2): cleanup `cpu` implementation, refactor rearrange acc tests --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
37 lines
1.0 KiB
Cheetah
37 lines
1.0 KiB
Cheetah
---
|
|
layout: page
|
|
title: {{.Name}}
|
|
parent: Resources
|
|
subcategory: Virtual Environment
|
|
description: |-
|
|
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
|
|
---
|
|
|
|
# {{.Type}}: {{.Name}}
|
|
|
|
!> **DO NOT USE**
|
|
{{ .Description | trimspace }}
|
|
|
|
-> Many attributes are marked as **optional** _and_ **computed** in the schema,
|
|
hence you may seem added to the plan with "(known after apply)" status, even if they are not set in the configuration.
|
|
This is done to support the `clone` operation, when a VM is created from an existing VM or template,
|
|
and the source attributes are copied to the clone.<br><br>
|
|
Computed attributes allow the provider to set those attributes without user input.
|
|
The attributes are also marked as optional to allow the practitioner to set (or overwrite) them if needed.
|
|
|
|
{{ if .HasExample -}}
|
|
## Example Usage
|
|
|
|
{{ codefile "terraform" .ExampleFile }}
|
|
{{- end }}
|
|
|
|
{{ .SchemaMarkdown | trimspace }}
|
|
{{- if .HasImport }}
|
|
|
|
## Import
|
|
|
|
Import is supported using the following syntax:
|
|
|
|
{{ codefile "shell" .ImportFile }}
|
|
{{- end }}
|