add prefix/suffix and disk size

This commit is contained in:
Ryan Malloy 2024-11-10 03:41:59 -07:00
parent 20c7496038
commit f8e8768944
2 changed files with 17 additions and 2 deletions

View file

@ -62,3 +62,8 @@ variable "name_suffix" {
description = "The suffix for all your resources, suggest generating a unique value for each deployment"
type = string
}
variable "disk_size" {
description = "Size of instance disk in Gigabytes"
default = 10
}