Create a persistent disk with Debian image on SSD

Create a persistent disk with Debian image on SSD

Explore further

For detailed documentation that includes this code sample, see the following:

Code sample

Terraform

To learn how to apply or remove a Terraform configuration, see Basic Terraform commands . For more information, see the Terraform provider reference documentation .

  resource 
  
 "google_compute_disk" 
  
 "default" 
  
 { 
  
 name 
  
 = 
  
 "disk-name1" 
  
 type 
  
 = 
  
 "pd-ssd" 
  
 zone 
  
 = 
  
 "us-central1-a" 
  
 image 
  
 = 
  
 "debian-11-bullseye-v20220719" 
  
 labels 
  
 = 
  
 { 
  
 environment 
  
 = 
  
 "dev" 
  
 } 
  
 physical_block_size_bytes 
  
 = 
  
 4096 
 } 
 

What's next

To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser .

Create a Mobile Website
View Site in Mobile | Classic
Share by: