github.com/naphatkrit/deis@v1.12.3/contrib/digitalocean/variables.tf (about) 1 variable "instances" { 2 default = "3" 3 } 4 5 variable "prefix" { 6 default = "deis" 7 } 8 9 variable "region" { 10 default = "sfo1" 11 } 12 13 variable "size" { 14 default = "8GB" 15 } 16 17 variable "ssh_keys" { 18 description = "The ssh fingerprint of the ssh key you'll be using" 19 } 20 21 variable "token" { 22 description = "Your DigitalOcean auth token" 23 }