diff --git a/nutanix/resource_nutanix_virtual_machine.go b/nutanix/resource_nutanix_virtual_machine.go index a5dcad3bc..adfc8750a 100644 --- a/nutanix/resource_nutanix_virtual_machine.go +++ b/nutanix/resource_nutanix_virtual_machine.go @@ -1762,6 +1762,7 @@ func preFillResUpdateRequest(res *v3.VMResources, response *v3.VMIntentResponse) SubnetReference: v.SubnetReference, NetworkFunctionNicType: v.NetworkFunctionNicType, NetworkFunctionChainReference: v.NetworkFunctionChainReference, + IsConnected: v.IsConnected, } }