Add new network interface in my cluster

Hello,
I have 6 VM with one network interface.
I want to add a second network interface to my VMs.
When I add it with terraform, it destroys my VMs and recreates them again with these two interfaces.
but,I don’t want terraform to destroy the machines because I lose my data.
Can you help please ?