From 9f3fab470d308b1c2fd0ef3b87b801f35ba0044e Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Fri, 26 May 2023 21:55:20 +0200 Subject: [PATCH] increase default disk size --- debian/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/variables.tf b/debian/variables.tf index 4214f0f..c810538 100644 --- a/debian/variables.tf +++ b/debian/variables.tf @@ -69,7 +69,7 @@ variable "fixed_dns" { variable "disk_size" { type = number - default = 1024 * 1024 * 1024 * 15 + default = 1024 * 1024 * 1024 * 25 } variable "ca_key" {