diff --git a/morpheus.tf b/morpheus.tf index 4e840e4..9bf66de 100644 --- a/morpheus.tf +++ b/morpheus.tf @@ -55,20 +55,22 @@ module "morpheus" { volume_size = 10 volume_type = "gp3" delete_on_termination = true + mount_path = "/APPS" }, { device_name = "/dev/xvdh" volume_size = 50 volume_type = "gp3" delete_on_termination = true + mount_path = "/optmor" }, { device_name = "/dev/xvdi" volume_size = 150 volume_type = "gp3" delete_on_termination = true + mount_path = "/varoptmor" } - ] }