0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00
terraform-provider-proxmox/proxmoxtf
Pavel Boldyrev c20d79dfbe
fix(vm): cpu.architecture showed as new attribute at re-apply after creation (#1524)
Fix for another use case of mismanaged default value. This one was a bit trickier to spot as it triggered only when provider is authenticated using root@pam, as architecture change is allowed only for root.

Removing default value altogether, as the PVE API default for this attribute is an empty string.

VM2 resource will have no such issue, related: #1310, #1311

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-09-08 19:25:40 -04:00
..
datasource feat(vm): implement filtering in vms data source. (#1423) 2024-07-05 15:52:39 -04:00
provider chore(deps): update module github.com/golangci/golangci-lint (v1.60.1 → v1.60.2) in /tools (#1499) 2024-08-22 00:30:20 +00:00
resource fix(vm): cpu.architecture showed as new attribute at re-apply after creation (#1524) 2024-09-08 19:25:40 -04:00
structure fix(vm): yet another fix for disk reordering (#1297) 2024-05-15 02:31:41 +00:00
test chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
config.go feat(provider): configure temp directory (#607) 2023-10-07 21:00:34 -04:00