vmware / terraform-provider-vra

Terraform Provider for VMware Aria Automation
https://registry.terraform.io/providers/vmware/vra/
Mozilla Public License 2.0
103 stars 90 forks source link

vra_network_ip_range argument fabric_network_id should be of type list #439

Closed lapawa closed 1 year ago

lapawa commented 2 years ago

Code of Conduct

This project has a Code of Conduct that all participants are expected to understand and follow:

Description

vRealize Automation can have multiple networks being attached to the same ip range. This is necessary if you have multiple DVSwitches / Network Domains in your Datacenter with different portgroups of the same VLAN. The Terraform argument vra_network_ip_range.fabric_network_id is limited to a single value which does not reflect the reality. I request you to change the Type from String to List.

Describe alternatives you've considered

To keep backward compatibility it would make sense to add another argument and mark fabric_network_id as deprecated.

References

Community Note