trying to understand how can i delete an unattached persistent disk in GCP through terraform.
the disk was set to auto_delete = false while creating the VM, however we do not need this disk anymore, VM is destroyed however the disk still remains undeleted for obvious reason.
could someone help me understand how can we delete this disk now.
now i have deleted the VM but since the disk was set to no autodelete, its still there and i am trying to find a way to delete it through terraform. there is no VM anymore its just the disk.