mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 11:02:59 +00:00
* feat(lxc): Implement support for container's "protection flag" The Proxmox VE types already has the `protection` API parameter [1], but it is not exposed to the provider users. This pull request implements the missing logic to make it available in order to allow to protect containers against deletion/update operations, including the container's disks. [1]: https://github.com/bpg/terraform-provider-proxmox/blob/v0.63.0/proxmox/nodes/containers/containers_types.go#L59 Relates GH-1126 Signed-off-by: Sven Greb <development@svengreb.de> * Update example/resource_virtual_environment_container.tf Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --------- Signed-off-by: Sven Greb <development@svengreb.de> Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> |
||
---|---|---|
.. | ||
container_test.go | ||
container.go | ||
validators.go |