From 5874bf7b12f31bb687f2bd72e0c2f3c7557c8083 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Wed, 22 Jan 2025 15:20:26 -0500 Subject: [PATCH] Refactor Terraform module to update mount paths in morpheus.tf --- morpheus.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morpheus.tf b/morpheus.tf index 9bf66de..70dd892 100644 --- a/morpheus.tf +++ b/morpheus.tf @@ -45,7 +45,7 @@ module "morpheus" { } image_volume_mapping = [ { - device_name = "/dev/xvda" + device_name = "/dev/sda1" volume_size = 100 volume_type = "gp3" delete_on_termination = true