DimensionDataResearch / terraform-provider-ddcloud

Terraform provider for Dimension Data cloud compute.
MIT License
16 stars 13 forks source link

Allow both IPv4 address and VLAN to be specified for network adapters #58

Closed tintoy closed 7 years ago

tintoy commented 7 years ago

But if both are supplied, then only the IPv4 address is submitted to CloudControl. This is now necessary because the v2.3 API (which we're now using to take advantage of the network-adapter-type feature) no longer allows you to specify both VLAN and IPv4 address.

Will impact #56.