increase default disk size
This commit is contained in:
parent
72e8e3ff13
commit
9f3fab470d
1 changed files with 1 additions and 1 deletions
2
debian/variables.tf
vendored
2
debian/variables.tf
vendored
|
@ -69,7 +69,7 @@ variable "fixed_dns" {
|
||||||
|
|
||||||
variable "disk_size" {
|
variable "disk_size" {
|
||||||
type = number
|
type = number
|
||||||
default = 1024 * 1024 * 1024 * 15
|
default = 1024 * 1024 * 1024 * 25
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "ca_key" {
|
variable "ca_key" {
|
||||||
|
|
Reference in a new issue