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