Usecase:- I'm trying to create a VM instance in gcp, with a disk size of 500gb. Here I want to vm instance with disk partition with given disk size through terraform module. I'm following this reference to create a simple VM -: instance https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance
Any helpful references and suggestions to create a Compute VM Instance with disk partitions in gcp using terraform module?