Skip to content

Commit

Permalink
Increase crater instance disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Oct 28, 2023
1 parent cff6231 commit a837a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/crater/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ resource "aws_instance" "crater" {

root_block_device {
volume_type = "gp3"
volume_size = 40
volume_size = 60
delete_on_termination = true
}

Expand Down

0 comments on commit a837a15

Please sign in to comment.