0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00
terraform-provider-proxmox/docs
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
..
assets/js Initial work on documentation website 2020-03-08 04:54:36 +01:00
data-sources feat(ha): add support for Proxmox High Availability objects (#498) 2023-08-20 21:42:12 +00:00
resources fix(provider): User-settable VLAN ID and name (#518) 2023-08-28 20:19:10 -04:00
_config.yml feat(vm): Add bare minimum VM datasource (#268) 2023-03-22 01:52:58 +00:00
.gitignore Initial work on documentation website 2020-03-08 04:54:36 +01:00
404.html Initial work on documentation website 2020-03-08 04:54:36 +01:00
Gemfile Bump kramdown from 2.3.0 to 2.3.1 in /docs 2021-09-09 11:41:28 -04:00
Gemfile.lock chore(deps-dev): bump commonmarker from 0.23.9 to 0.23.10 in /docs (#472) 2023-08-10 15:19:22 +00:00
index.md chore(doc): project documentation update (#356) 2023-06-01 11:48:41 +00:00