mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-22 11:28:33 +00:00
fix(docs): fix documentation tree structure in the TF registry (#980)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
5d2c719428
commit
49a76bb1a1
@ -1,8 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Create a VM from a Cloud Image
|
||||
parent: Guides
|
||||
subcategory: Virtual Environment
|
||||
page_title: "Create a VM from a Cloud Image"
|
||||
subcategory: Guides
|
||||
description: |-
|
||||
This guide explains how to create a VM from a cloud image.
|
||||
---
|
||||
|
@ -1,8 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Configure a VM with Cloud-Init
|
||||
parent: Guides
|
||||
subcategory: Virtual Environment
|
||||
page_title: "Configure a VM with Cloud-Init"
|
||||
subcategory: Guides
|
||||
description: |-
|
||||
This guide explains how to use the Proxmox provider to create and manage virtual machines using cloud-init.
|
||||
---
|
||||
|
@ -1,8 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Setup a VM with Proxmox
|
||||
parent: Guides
|
||||
subcategory: Virtual Environment
|
||||
page_title: "Setup a VM with Proxmox"
|
||||
subcategory: Guides
|
||||
description: |-
|
||||
This guide will help you setup a proxmox node in VM using virt-manager for a job.
|
||||
---
|
||||
@ -93,4 +92,4 @@ Goal is to have a proxmox node in VM using <https://virt-manager.org/> for a job
|
||||
|
||||
10. Now you can run `make example`.
|
||||
|
||||
11. If you see error with proxmox_virtual_environment_file: the datastore "local" does not support content type "snippets"; supported content types are: [backup iso vztmpl], you need to enable them, see <https://registry.terraform.io/providers/bpg/proxmox/latest/docs/resources/virtual_environment_file#snippets>.
|
||||
11. If you see error with proxmox_virtual_environment_file: the datastore "local" does not support content type "snippets"; supported content types are: `[backup, iso, vztmpl]`, you need to enable them, see <https://registry.terraform.io/providers/bpg/proxmox/latest/docs/resources/virtual_environment_file#snippets>.
|
||||
|
@ -231,6 +231,7 @@ provider "proxmox" {
|
||||
socks5_password = "password" # optional
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
If enabled, this method will be used for all SSH connections to the target nodes in the cluster.
|
||||
|
||||
|
@ -12,10 +12,11 @@
|
||||
"prerelease": false,
|
||||
"extra-files": [
|
||||
"Makefile",
|
||||
"howtos/cloud-image/centos-qcow2/provider.tf",
|
||||
"howtos/cloud-image/debian-from-storage/provider.tf",
|
||||
"howtos/cloud-image/ubuntu-img/provider.tf",
|
||||
"howtos/cloud-init/native/provider.tf"
|
||||
"examples/guides/cloud-image/centos-qcow2/provider.tf",
|
||||
"examples/guides/cloud-image/debian-from-storage/provider.tf",
|
||||
"examples/guides/cloud-image/ubuntu-img/provider.tf",
|
||||
"examples/guides/cloud-init/custom/provider.tf",
|
||||
"examples/guides/cloud-init/native/provider.tf"
|
||||
],
|
||||
"changelog-sections": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user