0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-03 03:52:58 +00:00
terraform-provider-proxmox/proxmoxtf
Daniel Lowry 5281ac2492
fix(vm): Fixed missing default for disk discard (#840)
The default value of "ignore" was missing from the disk discard
parameter of the terraform module. This commit sets the default to
"ignore" instead of the current "".

This fixes terraform incorrectly flagging that the state is different than
what is currently running on the proxmox node when the discard option isn't
defined under the disk object.

Signed-off-by: Daniel Lowry <development@daniellowry.co.uk>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-12-28 23:30:48 -05:00
..
datasource feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
provider fix(provider): allow FQDN for ssh.node.address in provider's config (#824) 2023-12-20 19:40:11 -05:00
resource fix(vm): Fixed missing default for disk discard (#840) 2023-12-28 23:30:48 -05:00
structure chore(code): re-organize and cleanup "fwk provider"'s code (#568) 2023-09-17 22:50:24 +00:00
test chore: fix linter error (#645) 2023-10-23 22:41:26 +00:00
config.go feat(provider): configure temp directory (#607) 2023-10-07 21:00:34 -04:00