DimensionDataResearch / terraform-provider-ddcloud

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

When specifying both IPv4 address and VLAN Id for a network adapter, validate that IPv4 address lies within VLAN's network address space #83

Open tintoy opened 7 years ago

tintoy commented 7 years ago

As noted by @kumarappanc, there's currently no cross-check for this and it can lead to weird behaviour because we actually ignore the VLAN Id if the IPv4 address has been supplied (we sometimes saw unacceptably odd behaviour from CloudControl when specifying both).