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

@ -43,7 +43,7 @@ variable "os_image" {
variable "disk_size" {
type = "string"
default = "40"
description = "The size of the disk in gigabytes."
description = "Size of the disk in GB"
}
# configuration