An instance template is a global resource that is not bound to a zone >or a region. However, you will specify some zonal resources in an >instance template, which restricts the template to the zone where that >resource resides. For example, if you include a read-only persistent >disk from us-central1-b in your instance template, you cannot use that >template in any other zone because that specific disk exists only in >zone us-central1-b. For more information about zonal resources, read >Regions and Zones.
https://cloud.google.com/compute/docs/instance-templates/
I would like to confirm the above phenomenon.
What procedure can we reproduce.
Especially the following part you will specify some zonal resources in an >instance template, which restricts the template to the zone
However, I do not know how to reproduce it. GCP's web console and gcloud compute create-templates create command did not find a command to specify a zone.