support main disk size

This commit is contained in:
Pim Kunis 2023-04-19 11:27:31 +02:00
parent a7953ef21b
commit a5c28e1966

5
debian/variables.tf vendored
View file

@ -81,3 +81,8 @@ variable "fixed_dns" {
type = string type = string
default = "" default = ""
} }
variable "disk_size" {
type = number
default = 1024 * 1024 * 1024 * 15
}