### Debug Output
│ Error: error: {
│ "api_version": "3.1",
│ "code": 422,
│ "message_list": [
│ {
│ "details": {
│ "spec.resources.nic_list.0.ip_endpoint_list.0.type": [
│ "u'' is not one of ['ASSIGNED', 'LEARNED']"
│ ]
│ },
│ "message": "Request could not be processed.",
│ "reason": "INVALID_REQUEST"
│ }
│ ],
│ "state": "ERROR"
│ }
### References
[Documentation](https://registry.terraform.io/providers/nutanix/nutanix/latest/docs/resources/virtual_machine#ip_endpoint_list) says that `assigned` is default, but it seems the provider isn't passing one to the PC API.
Nutanix Cluster Information
Please provide the version of:
PC 2023.4
Terraform Version
Terraform v1.4.1 on linux_arm64
Affected Resource(s)
nutanix_virtual_machine
Terraform Configuration Files
nic_list { subnet_uuid = data.nutanix_subnet.vlan.id ip_endpoint_list { ip = "10.38.4.76" } } }