nutanix / terraform-provider-nutanix

Terraform Nutanix Provider
https://www.terraform.io/docs/providers/nutanix/
Mozilla Public License 2.0
93 stars 112 forks source link

[Feat] Add Secondary IP support in nic_list attribute #639

Open atlasblue opened 9 months ago

atlasblue commented 9 months ago

Add the support of secondary IP in the nic_list attribute, this is already available through API.

"secondary_ip_address_list": [ "string" ]

image