github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/terraform/digitalocean/variables.tf (about) 1 variable "do_token" {} 2 3 variable "key_path" {} 4 5 variable "ssh_key_ID" {} 6 7 variable "region" {} 8 9 variable "num_instances" {} 10 11 # Default OS 12 13 variable "ubuntu" { 14 description = "Default LTS" 15 default = "ubuntu-14-04-x64" 16 } 17 18 variable "centos" { 19 description = "Default Centos" 20 default = "centos-72-x64" 21 } 22 23 variable "coreos" { 24 description = "Default Coreos" 25 default = "coreos-899.17.0" 26 }