From 90a0524b0bb889ba5dcf438fcd1266d608aed72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Mon, 11 Nov 2024 10:18:17 -0500 Subject: [PATCH] Increase volume size for aws spot instance --- aws/infrastructure.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/infrastructure.tf b/aws/infrastructure.tf index 2c04af8b..ab1201dc 100644 --- a/aws/infrastructure.tf +++ b/aws/infrastructure.tf @@ -134,7 +134,7 @@ resource "aws_spot_instance_request" "spot_instances" { ebs_optimized = true root_block_device { volume_type = lookup(each.value, "disk_type", "gp2") - volume_size = lookup(each.value, "disk_size", 10) + volume_size = lookup(each.value, "disk_size", 20) } tags = {