add prefix/suffix and disk size
This commit is contained in:
parent
20c7496038
commit
f8e8768944
2 changed files with 17 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue