From 71d37c1c682d24e32fc21826b8b379239c80e535 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Thu, 15 Aug 2024 20:55:17 -0500 Subject: [PATCH] Increase storage on the SMB node --- terraform/ec2.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/ec2.tf b/terraform/ec2.tf index 17f95324..c43122c8 100644 --- a/terraform/ec2.tf +++ b/terraform/ec2.tf @@ -147,7 +147,7 @@ resource "aws_instance" "CESMBServer" { root_block_device { volume_type = "gp2" - volume_size = 100 + volume_size = 150 delete_on_termination = true }