Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/bpg/terraform-provider-proxmox/security/advisories/new>
1. Go to <https://github.com/bpg/terraform-provider-proxmox/security/advisories> and click "Report a vulnerability"
2. Provide a descriptive title
3. Fill in a detailed description of the issue
4. Click "Submit report"
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/virtual_environment_vm2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/virtual_environment_vm2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br><br>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.
Expand Down
2 changes: 1 addition & 1 deletion templates/data-sources/virtual_environment_vm2.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion templates/resources/virtual_environment_vm2.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading