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 } }