support main disk size
This commit is contained in:
parent
a7953ef21b
commit
a5c28e1966
1 changed files with 7 additions and 2 deletions
5
debian/variables.tf
vendored
5
debian/variables.tf
vendored
|
@ -81,3 +81,8 @@ variable "fixed_dns" {
|
|||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "disk_size" {
|
||||
type = number
|
||||
default = 1024 * 1024 * 1024 * 15
|
||||
}
|
||||
|
|
Reference in a new issue