From 91f48f249af97707a4dde219aab8a27f7e90e955 Mon Sep 17 00:00:00 2001 From: Joe Lothan Date: Wed, 20 May 2026 10:19:02 -0400 Subject: [PATCH] 1T for ec2 hd --- infra/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.tf b/infra/main.tf index 850f12c..dfc9427 100644 --- a/infra/main.tf +++ b/infra/main.tf @@ -349,7 +349,7 @@ resource "aws_instance" "main" { iam_instance_profile = aws_iam_instance_profile.ec2[0].name root_block_device { - volume_size = 300 + volume_size = 1000 volume_type = "gp3" }