From a2369ce3f6d24a2dc61dc49c49c3178f1ae0ccaf Mon Sep 17 00:00:00 2001 From: lenape Date: Tue, 15 Jul 2025 15:56:48 +0000 Subject: [PATCH] automated terminal push --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index c165740..c53f4d5 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -257,7 +257,7 @@ resource "aws_instance" "ecs_instance" { root_block_device { volume_type = "gp3" - volume_size = 20 + volume_size = 30 encrypted = true }