Hi@akhtar,
Terraform will not able to get the information that you created manually. So before running the Terraform code, you need to import the bucket information in the state file. You can use the below command to do so.
$ terraform import aws_s3_bucket.my-bucket bucket-created-manually