0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 19:38:35 +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:
Pavel Boldyrev 2024-01-27 22:16:53 -05:00 committed by GitHub
parent 5d2c719428
commit 49a76bb1a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 13 additions and 14 deletions

View File

@ -1,8 +1,7 @@
--- ---
layout: page layout: page
title: Create a VM from a Cloud Image page_title: "Create a VM from a Cloud Image"
parent: Guides subcategory: Guides
subcategory: Virtual Environment
description: |- description: |-
This guide explains how to create a VM from a cloud image. This guide explains how to create a VM from a cloud image.
--- ---

View File

@ -1,8 +1,7 @@
--- ---
layout: page layout: page
title: Configure a VM with Cloud-Init page_title: "Configure a VM with Cloud-Init"
parent: Guides subcategory: Guides
subcategory: Virtual Environment
description: |- description: |-
This guide explains how to use the Proxmox provider to create and manage virtual machines using cloud-init. This guide explains how to use the Proxmox provider to create and manage virtual machines using cloud-init.
--- ---

View File

@ -1,8 +1,7 @@
--- ---
layout: page layout: page
title: Setup a VM with Proxmox page_title: "Setup a VM with Proxmox"
parent: Guides subcategory: Guides
subcategory: Virtual Environment
description: |- description: |-
This guide will help you setup a proxmox node in VM using virt-manager for a job. 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`. 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>.

View File

@ -231,6 +231,7 @@ provider "proxmox" {
socks5_password = "password" # optional socks5_password = "password" # optional
} }
} }
```
If enabled, this method will be used for all SSH connections to the target nodes in the cluster. If enabled, this method will be used for all SSH connections to the target nodes in the cluster.

View File

@ -12,10 +12,11 @@
"prerelease": false, "prerelease": false,
"extra-files": [ "extra-files": [
"Makefile", "Makefile",
"howtos/cloud-image/centos-qcow2/provider.tf", "examples/guides/cloud-image/centos-qcow2/provider.tf",
"howtos/cloud-image/debian-from-storage/provider.tf", "examples/guides/cloud-image/debian-from-storage/provider.tf",
"howtos/cloud-image/ubuntu-img/provider.tf", "examples/guides/cloud-image/ubuntu-img/provider.tf",
"howtos/cloud-init/native/provider.tf" "examples/guides/cloud-init/custom/provider.tf",
"examples/guides/cloud-init/native/provider.tf"
], ],
"changelog-sections": [ "changelog-sections": [
{ {