How manage pvc in mongodb enterprise operator using terraform

I’m using terraform to deploy a GKE on gcp and running a MongoDBOpsManager from a kubernetes config file.
When creating the applicationDatabase replica it automatically makes Persistent Volumes on my GKE instance but the state in terraform stays the same.
So when I’m running terraform destroy it does not destroy all the persistent volumes on GCP.

Is there a solution? like creating the volume with terraform and linking the volumes in kubernetes, but I didn’t see a field in application database that did that.