Add disk_size variable on Google Cloud

This commit is contained in:
Dalton Hubble
2018-03-25 22:04:14 -07:00
parent ba9daf439e
commit 8d3d4220fd
6 changed files with 15 additions and 2 deletions

View File

@ -46,6 +46,12 @@ variable "os_image" {
description = "Container Linux image for compute instances (e.g. coreos-stable)"
}
variable "disk_size" {
type = "string"
default = "40"
description = "Size of the disk in GB"
}
variable "worker_preemptible" {
type = "string"
default = "false"