Skip to content

Commit

Permalink
Merge pull request #3255 from ministryofjustice/TestInstances4_310823
Browse files Browse the repository at this point in the history
TestInstances4_310823
  • Loading branch information
nbuckingham72 authored Aug 31, 2023
2 parents 3d332ff + 28083a5 commit ab78c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/ppud/instances.tf
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ root_block_device {
ebs_block_device {
device_name = "/dev/sdb"
volume_type = "gp3"
volume_size = 50
volume_size = 70
}

ebs_block_device {
device_name = "/dev/sdb"
device_name = "/dev/sdc"
volume_type = "gp3"
volume_size = 50
}
Expand Down

0 comments on commit ab78c4d

Please sign in to comment.