mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-16 11:51:33 +02:00
Add disk_size variable on Google Cloud
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user