From d2b6814c3b467f5aaaa36bc5fa3d80d07a85ae6b Mon Sep 17 00:00:00 2001 From: Lucas Telles Date: Fri, 8 Nov 2024 12:37:32 -0300 Subject: [PATCH] Increase instance_volume_size default to 60 (#345) --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 51aa1f44..3ff657e7 100644 --- a/variables.tf +++ b/variables.tf @@ -1034,7 +1034,7 @@ variable "vpc_flow_logs_iam_role_arn" { } variable "instance_volume_size" { type = number - default = 40 + default = 60 description = "The size of EBS volume to attach to the cluster nodes" }