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 }