The triton_vlan resource represents an Triton VLAN. A VLAN provides a low level way to segregate and subdivide the network. Traffic on one VLAN cannot, on its own, reach another VLAN.
resource "triton_vlan" "dmz" {
vlan_id = 100
name = "dmz"
description = "DMZ VLAN"
}
The following arguments are supported:
vlan_id - (int, Required, Change forces new resource) Number between 0-4095 indicating VLAN ID
name - (string, Required) Unique name to identify VLAN
description - (string, Optional) Description of the VLAN
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/triton/r/triton_vlan.html