diff --git a/morpheus.tf b/morpheus.tf index 70dd892..3cc62cb 100644 --- a/morpheus.tf +++ b/morpheus.tf @@ -49,6 +49,7 @@ module "morpheus" { volume_size = 100 volume_type = "gp3" delete_on_termination = true + encrypted = true }, { device_name = "/dev/xvdf" @@ -56,6 +57,7 @@ module "morpheus" { volume_type = "gp3" delete_on_termination = true mount_path = "/APPS" + encrypted = true }, { device_name = "/dev/xvdh" @@ -63,6 +65,7 @@ module "morpheus" { volume_type = "gp3" delete_on_termination = true mount_path = "/optmor" + encrypted = true }, { device_name = "/dev/xvdi" @@ -70,6 +73,7 @@ module "morpheus" { volume_type = "gp3" delete_on_termination = true mount_path = "/varoptmor" + encrypted = true } ] }