Hi Experts,
Recently I came across a situation wherein I was supposed to reuse the already created azure resources in terraform script. I came across the terraform import documentation and I did not get a concrete answer to my requirement. My requirement is, I should reuse the already created resources in terraform script and when I delete the terraform managed resources, the manually created resources which are imported using terraform script should not get deleted.
Please guide me how to achieve the above requirement.
Regards,
Shanthosh