0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00
terraform-provider-proxmox/proxmox/nodes
bitchecker 4113bec1b5
feat(vm): add support up to 32 network interfaces (#822)
* Added NetworkDevices and IPs

Removed previous limitation to 8 network interfaces/ips and moved to
new proxmox limit (up to 32)

Modifiche di cui verrà eseguito il commit:
modificato:             proxmox/nodes/vms/vms_types.go

Signed-off-by: bitchecker <ciro.deluca@autistici.org>

* Code alignment for vm resource

After updates to vm_types structure definition, updated the resource
code in order to reflect changes

Modifiche di cui verrà eseguito il commit:
modificato:             proxmoxtf/resource/vm.go

Signed-off-by: bitchecker <ciro.deluca@autistici.org>

* fix few typos, fix struct to state mapping

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: bitchecker <ciro.deluca@autistici.org>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-12-19 21:33:40 -05:00
..
containers fix(lxc): unmarshal string/int vmid as int when read container status (#622) 2023-10-16 20:14:26 -04:00
tasks fet(vm): allow scsi and sata interfaces for CloudInit Drive (#598) 2023-10-01 22:23:11 -04:00
vms feat(vm): add support up to 32 network interfaces (#822) 2023-12-19 21:33:40 -05:00
certificate_types.go chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
certificate.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
client.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
dns_types.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
dns.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
hosts_types.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
hosts.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
network_types.go chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
network.go chore(code): re-organize and cleanup "fwk provider"'s code (#568) 2023-09-17 22:50:24 +00:00
nodes_types.go chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
nodes.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
storage_types.go fix(storage): unmarshal error when list storage containing large files (#688) 2023-11-06 00:52:37 +00:00
storage.go feat(provider): configure temp directory (#607) 2023-10-07 21:00:34 -04:00