mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +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> |
||
---|---|---|
.. | ||
cluster/firewall | ||
container | ||
firewall | ||
validators | ||
vm | ||
certificate_test.go | ||
certificate.go | ||
dns_test.go | ||
dns.go | ||
file_test.go | ||
file.go | ||
group_test.go | ||
group.go | ||
hosts_test.go | ||
hosts.go | ||
pool_test.go | ||
pool.go | ||
role_test.go | ||
role.go | ||
time_test.go | ||
time.go | ||
user_test.go | ||
user.go |