Skip to content

Commit

Permalink
Update volume size in morpheus.tf from 100 to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Feb 10, 2025
1 parent a2af10d commit 75da227
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 @@ -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
Expand Down

0 comments on commit 75da227

Please sign in to comment.