From d0e613f09303d54c56d860f2187ee11dff62debe Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 6 May 2024 11:19:46 -0400 Subject: [PATCH] try using larger volume for snapshot --- hosts/arrow/aws/image.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/arrow/aws/image.tf b/hosts/arrow/aws/image.tf index da667e4..e9df477 100644 --- a/hosts/arrow/aws/image.tf +++ b/hosts/arrow/aws/image.tf @@ -76,6 +76,6 @@ resource "aws_ami" "image" { ebs_block_device { device_name = "/dev/xvda" snapshot_id = aws_ebs_snapshot_import.image.id - volume_size = 8 + volume_size = 17 } }