Skip to content

Commit

Permalink
Refactor Terraform module to update mount paths in morpheus.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Jan 22, 2025
1 parent 9ed7330 commit 5874bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5874bf7

Please sign in to comment.