Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. variable project {
  2. description = "Project ID"
  3. }
  4.  
  5. variable region {
  6. description = "Region"
  7. default = "europe-west1"
  8. }
  9.  
  10. variable zone {
  11. description = "Zone"
  12. default = "europe-west1-b"
  13. }
  14.  
  15. variable public_key_path {
  16. description = "Path to the public key used for ssh access"
  17. }
  18.  
  19. variable private_key_path {
  20. description = "Path to the private key used for ssh access"
  21. }
  22.  
  23. variable disk_image {
  24. description = "Disk image"
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement