Using terraform provider to mange manual created topics

Hi, I am recently start using confluent terraform provider to manage our topics on cluster: Confluent Terraform Provider | Confluent Documentation
One challenge we are facing at the moment is there are few topics created manually before using terraform. Is there anyway we can use terraform to manage it instead of delete and recreate it?

I don’t think so, you probably need to recreate the topics using confluent_kafka_topic resource

https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/resources/confluent_kafka_topic