0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/examples
Pavel Boldyrev af46a9c71a
fix(vm): remove qcow2 as the default for disk.file_format (#1862)
No more need to explicitly set `file_format = "raw"` when defining new disks!

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-03-29 11:42:07 -04:00
..
data-sources feat(cluster): add proxmox_virtual_environment_metrics_server resource (#1719) 2025-02-03 13:11:26 -05:00
guides fix(vm): remove qcow2 as the default for disk.file_format (#1862) 2025-03-29 11:42:07 -04:00
provider fix(provider): typo in provider example (#785) 2023-12-11 04:44:25 +00:00
resources feat(cluster): add proxmox_virtual_environment_metrics_server resource (#1719) 2025-02-03 13:11:26 -05: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