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/resource
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
..
cluster/firewall chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
container feat(lxc): Implement support for container's "protection flag" (#1512) 2024-09-08 11:08:13 -04:00
firewall fix(firewall): remove limit for number of CIRDs in ipset. (#1487) 2024-08-13 00:22:16 +00:00
validators feat(file): add support to set the file mode (#1478) 2024-08-13 21:28:48 -04:00
vm fix(vm): cpu.architecture showed as new attribute at re-apply after creation (#1524) 2024-09-08 19:25:40 -04:00
certificate_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
certificate.go chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
dns_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
dns.go chore(deps): update tools (#1017) 2024-03-04 21:41:53 -05:00
file_test.go feat(file): add support to set the file mode (#1478) 2024-08-13 21:28:48 -04:00
file.go feat(file): add support to set the file mode (#1478) 2024-08-13 21:28:48 -04:00
group_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
group.go chore: remove unused code (#1236) 2024-04-24 20:52:41 -04:00
hosts_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
hosts.go chore(deps): update tools (#1017) 2024-03-04 21:41:53 -05:00
pool_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
pool.go chore: remove unused code (#1236) 2024-04-24 20:52:41 -04:00
role_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
role.go fix(access): fix user and role import (#1346) 2024-06-03 00:51:44 +00:00
time_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
time.go fix(time): embed timezone data to fix set/get TZ on windows (#1436) 2024-07-10 21:07:40 -04:00
user_test.go chore(vm): refactoring: extract network device code from vm.go (#1127) 2024-03-16 01:06:30 +00:00
user.go fix(access): fix user and role import (#1346) 2024-06-03 00:51:44 +00:00