0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 13:33:58 +00:00
terraform-provider-proxmox/proxmox
Oto Petřík 5599c7afe4
fix(provider): User-settable VLAN ID and name (#518)
* fix(provider): User-settable VLAN ID and name

By default resource `proxmox_virtual_environment_network_linux_vlan`
uses `name` to determine both the actual raw device for VLAN and
VLAN ID.

Since ifupdown2 (manually installed on PVE6, installed by default
since PVE7), it is possible to have VLAN name not tied to VLAN ID.

Make `interface` and `vlan` configurable by user.

* fix: update schema to ensure the correct docs generation.

---------

Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-08-28 20:19:10 -04:00
..
access fix(user): make password attribute optional (#474) 2023-08-10 15:07:49 +00:00
api fix(API): remove HTTP client timeout (#464) 2023-08-05 22:59:14 +00:00
cluster feat(ha): add support for Proxmox High Availability objects (#498) 2023-08-20 21:42:12 +00:00
firewall chore(deps): bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 in /tools (#482) 2023-08-10 16:47:02 -04:00
nodes fix(provider): User-settable VLAN ID and name (#518) 2023-08-28 20:19:10 -04:00
pools feat(vm): pool update support (#505) 2023-08-18 21:48:37 -04:00
ssh feat(v): Add ability to override node IP used for SSH connection (#355) 2023-05-31 21:15:48 -04:00
storage feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
version feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
client.go feat(ha): add support for Proxmox High Availability objects (#498) 2023-08-20 21:42:12 +00:00