taliesins / terraform-provider-hyperv

HyperV provider for Terraform
Mozilla Public License 2.0
225 stars 80 forks source link

feat: Support vlan_id and vlan_operation_mode on the hyperv_network_swtch resource #254

Open glin-s6 opened 3 months ago

glin-s6 commented 3 months ago

This adds support for setting the vlanID on hyperv network switches. There's 4 modes and I only added support for 2 of them as they are the only ones I need for my use case. The interface can be expanded to support the other 2 though in the future.

Fixes:

Tested:

glin-s6 commented 3 months ago

Missed the doc generation step. I've added the generated docs to the PR.

glin-s6 commented 3 months ago

Any chance I can get a review on this? @taliesins