From 75da227b38c4821ceeab7f5c07f4ddb388aa8857 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Mon, 10 Feb 2025 17:01:19 -0500 Subject: [PATCH] Update volume size in morpheus.tf from 100 to 200 --- morpheus.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morpheus.tf b/morpheus.tf index 586c0bc..4f7fd92 100644 --- a/morpheus.tf +++ b/morpheus.tf @@ -47,7 +47,7 @@ module "morpheus" { image_volume_mapping = [ { device_name = "/dev/sda1" - volume_size = 100 + volume_size = 200 volume_type = "gp3" delete_on_termination = true encrypted = true