From 4a88973f675aceb8448a9197de3b60431592ac9c Mon Sep 17 00:00:00 2001 From: George Lin Date: Wed, 27 Mar 2024 18:31:43 -0700 Subject: [PATCH] Add auto generated docs --- docs/resources/network_switch.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/resources/network_switch.md b/docs/resources/network_switch.md index a188ad76..717a7a8b 100644 --- a/docs/resources/network_switch.md +++ b/docs/resources/network_switch.md @@ -66,6 +66,8 @@ resource "hyperv_network_switch" "default" { - `notes` (String) Specifies a note to be associated with the switch to be created. - `switch_type` (String) Specifies the type of the switch to be created. Valid values to use are `Internal`, `Private` and `External`. - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) +- `vlan_access_id` (Number) The VLAN identifier used for all network communications through this network adapter. This setting does not affect virtual machine networking +- `vlan_operation_mode` (String) Operation Mode for the management operating system. Valid values are [Untagged, Isolated, Community, Promiscuous]. Only Untagged and Isolated are currently supported ### Read-Only