netascode / terraform-aci-nac-aci

Terraform Cisco ACI Nexus-as-Code Module
https://registry.terraform.io/modules/netascode/nac-aci/aci
Apache License 2.0
21 stars 25 forks source link

Added portPhyMediaType support #50

Closed bdewulfPersonal closed 10 months ago

bdewulfPersonal commented 10 months ago

The portPhyMediaType is not supported in 4.2, so it has to be made conditional. But it can only contain auto or sfp-10g-tx as a value if configured.

Therefore the variable is not added in the default values but a default value is assigned in the terraform module itself (null).