vsphere∕distributed‒switch - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "vsphere_distributed_switch" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"

  # See inputs below for additional required parameters
}

Attributes

Requirements

Name Version
terraform ~> 1.0
vsphere >= 2.2.0

Providers

Name Version
vsphere >= 2.2.0

Modules

No modules.

Resources

Name Type
vsphere_distributed_virtual_switch.vds resource
vsphere_datacenter.datacenter data source

Inputs

Name Description Type Default Required
datacenter n/a any n/a yes
name n/a any n/a yes
uplinks n/a any n/a yes
ignore_other_pvlan_mappings n/a string "false" no
max_mtu n/a string "1500" no
netflow_sampling_rate n/a string "4096" no
network_resource_control_enabled n/a string "true" no

Outputs

No outputs.

Changelog