mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
* 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> |
||
---|---|---|
.. | ||
data-sources | ||
provider | ||
resources | ||
README.md |
/examples
contain a set of examples that can be used to test the provider as
well as documentation examples. The examples are not meant to be used in
production.
NOTE: during migration to the TF plugin framework, examples of migrated resources /
data sources will be moving from /example
to /examples
folder