I have a terraform file which is creating reaources with passing some patameters
Let’s say creating snapshot for any instance
But when i rerun the terraform with different instance id it will destroy and create new one
What is the solution so it should not destroy and create
Rather just create new one without destroying previous one
With same state file
If not what could be the alternative solution