vsphere∕distributed‒port‒group - dicomgrid/pt-modules GitHub Wiki
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
}
Name | Version |
---|---|
terraform | ~> 1.0 |
vsphere | >= 2.2.0 |
Name | Version |
---|---|
vsphere | >= 2.2.0 |
No modules.
Name | Type |
---|---|
vsphere_distributed_port_group.pg | resource |
vsphere_datacenter.datacenter | data source |
vsphere_distributed_virtual_switch.vds | data source |
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) |
{ |
no |
vlan_id | n/a | any |
null |
no |
No outputs.