How do I create a VM instance in GCP with the latest snapshot using Terraform?

I have to first create a compute_disk and within that compute disk, reference the snapshot I want to use; however since snapshots are constantly updated, how would I make sure that terraform is using the most recent snapshot?