nutanix / terraform-provider-nutanix

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

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

Open atlasblue opened 1 year ago

atlasblue commented 1 year ago

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

"secondary_ip_address_list": [ "string" ]

image