Deploy new instances with the same terraform file without damaging the old one's
1
vote
0
answers
37
views
I am using a terraform file to deploy 2 VM instances in parallel (on KVM).
now I need to deploy another 2 VM instances with the same terraform file.
how can I do this without damaging the old instances?
when running again the "terraform apply" command, it recreated the old machines...
Thanks for the answers!
Asked by Orly Orly
(123 rep)
Nov 13, 2022, 09:01 AM