vsphere∕distributed‒port‒group - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "vsphere_distributed_port_group" {
  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_port_group.pg resource
vsphere_datacenter.datacenter data source
vsphere_distributed_virtual_switch.vds data source

Inputs

Name Description Type Default Required
datacenter n/a any n/a yes
name n/a any n/a yes
active_uplinks n/a any null no
allow_forged_transmits n/a string "false" no
allow_mac_changes n/a string "false" no
allow_promiscuous n/a string "false" no
auto_expand n/a string "true" no
block_override_allowed n/a string "true" no
max_vlan n/a any null no
min_vlan n/a any null no
port_config_reset_at_disconnect n/a string "true" no
standby_uplinks n/a any null no
type n/a string "earlyBinding" no
vds n/a string "" no
vds_map n/a map(any)
{
"atl2": "DSwitch-Atl",
"dfw": "dfw-vds",
"mna": "mna-mgt-vds",
"nas1": "DSwitch-NAS1",
"nas6": "Cisco-NAS6"
}
no
vlan_id n/a any null no

Outputs

No outputs.

Changelog

⚠️ **GitHub.com Fallback** ⚠️