0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 19:38:35 +00:00
terraform-provider-proxmox/examples
Pavel Boldyrev 08ea66a4e0
feat(docs): update compatibility notes for PVE 9.x (#2116)
- Update primary support from Proxmox VE 8.x to 9.x
   - Change privilege examples from VM.Monitor to VM.GuestAgent.Audit
     (VM.Monitor removed in PVE 9.x)
   - Add backward compatibility notes for 8.x users
   - Update production requirements and examples

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-08-17 21:15:47 -04:00
..
data-sources feat(sdn): add support for zone resources and datasources (#2046) 2025-07-31 20:30:18 -04:00
guides chore(docs): cleanup and update clone-vm example (#2094) 2025-08-10 20:15:00 -04:00
provider fix(provider): typo in provider example (#785) 2023-12-11 04:44:25 +00:00
resources feat(docs): update compatibility notes for PVE 9.x (#2116) 2025-08-17 21:15:47 -04:00
README.md chore: update dependencies, cleanup docs (#446) 2023-07-30 16:24:53 +00:00

/examples contain a set of examples that can be used to test the provider as well as documentation examples. The examples are not meant to be used in production.

NOTE: during migration to the TF plugin framework, examples of migrated resources / data sources will be moving from /example to /examples folder