From 551b6f75206c559b8a4cd4b8441cb3b244ec5248 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 3 Jul 2024 20:51:51 -0400 Subject: [PATCH] increase default fs size --- variables.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 3310d87..8cd358a 100644 --- a/variables.tf +++ b/variables.tf @@ -40,7 +40,7 @@ variable "domain" { variable "eks_instance_disk_size" { description = "The size of the disk of the worker nodes in gigabytes. 40 is the approximate minimum. Needs to hold the all of the normal operating system files plus every image that will be used in the cluster." type = number - default = 40 + default = 80 } variable "eks_instance_types" { @@ -106,4 +106,3 @@ variable "aws_environment" { type = string default = "" } -