From 3577413c488077ba4bba869c3db686c4f086fe4a Mon Sep 17 00:00:00 2001 From: Erik Stambaugh Date: Thu, 1 Feb 2024 16:52:27 -0800 Subject: [PATCH] Increase disk size to something more suitable --- terraform/main.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/main.tf b/terraform/main.tf index 1ee8eeb..bce0c4f 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -40,6 +40,11 @@ sudo snap install amazon-ssm-agent --classic sudo apt-get -y --no-install-recommends install ansible EOF + root_block_device { + volume_size = 70 + volume_type = "gp3" + } + tags = { Name = "social" } lifecycle { ignore_changes = [ ami ]