diff --git a/.github/SECURITY.md b/.github/SECURITY.md index e49fe57a4..7f02ec695 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -18,7 +18,7 @@ We take the security of the Terraform Provider for Proxmox and its users serious Instead, please send an email to [bpg.github.com.tn75g@passmail.net](mailto:bpg.github.com.tn75g@passmail.net) or report it through GitHub's Security Advisory feature: -1. Go to +1. Go to and click "Report a vulnerability" 2. Provide a descriptive title 3. Fill in a detailed description of the issue 4. Click "Submit report" diff --git a/docs/data-sources/virtual_environment_vm2.md b/docs/data-sources/virtual_environment_vm2.md index 654e7eb81..bab0b6f88 100644 --- a/docs/data-sources/virtual_environment_vm2.md +++ b/docs/data-sources/virtual_environment_vm2.md @@ -9,7 +9,7 @@ description: |- # Data Source: proxmox_virtual_environment_vm2 -~> **Deprecated:** Use [`proxmox_vm2`](vm2.md) instead. This data-source will be removed in v1.0. +~> **Deprecated:** Use [`proxmox_vm`](vm.md) instead. This data-source will be removed in v1.0. !> **DO NOT USE** This is an experimental implementation of a Proxmox VM datasource using Plugin Framework. diff --git a/docs/resources/virtual_environment_vm2.md b/docs/resources/virtual_environment_vm2.md index af09f1d13..f52b8eb4e 100644 --- a/docs/resources/virtual_environment_vm2.md +++ b/docs/resources/virtual_environment_vm2.md @@ -9,7 +9,7 @@ description: |- # Resource: proxmox_virtual_environment_vm2 -~> **Deprecated:** Use [`proxmox_vm2`](vm2.md) instead. This resource will be removed in v1.0. +~> **Deprecated:** Use [`proxmox_vm`](vm.md) instead. This resource will be removed in v1.0. !> **DO NOT USE** This is an experimental implementation of a Proxmox VM resource using Plugin Framework.

It is a Proof of Concept, highly experimental and **will** change in future. It does not support all features of the Proxmox API for VMs and **MUST NOT** be used in production. diff --git a/templates/data-sources/virtual_environment_vm2.md.tmpl b/templates/data-sources/virtual_environment_vm2.md.tmpl index 8e6a7f4da..e78ab6a4e 100644 --- a/templates/data-sources/virtual_environment_vm2.md.tmpl +++ b/templates/data-sources/virtual_environment_vm2.md.tmpl @@ -9,7 +9,7 @@ description: |- # {{.Type}}: {{.Name}} -~> **Deprecated:** Use [`proxmox_vm2`](vm2.md) instead. This data-source will be removed in v1.0. +~> **Deprecated:** Use [`proxmox_vm`](vm.md) instead. This data-source will be removed in v1.0. !> **DO NOT USE** {{ .Description | trimspace }} diff --git a/templates/resources/virtual_environment_vm2.md.tmpl b/templates/resources/virtual_environment_vm2.md.tmpl index cfc6e5643..6601972d1 100644 --- a/templates/resources/virtual_environment_vm2.md.tmpl +++ b/templates/resources/virtual_environment_vm2.md.tmpl @@ -9,7 +9,7 @@ description: |- # {{.Type}}: {{.Name}} -~> **Deprecated:** Use [`proxmox_vm2`](vm2.md) instead. This resource will be removed in v1.0. +~> **Deprecated:** Use [`proxmox_vm`](vm.md) instead. This resource will be removed in v1.0. !> **DO NOT USE** {{ .Description | trimspace }}