Skip to content

Commit

Permalink
Increase storage on the SMB node
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Aug 16, 2024
1 parent 5576f38 commit 71d37c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ resource "aws_instance" "CESMBServer" {

root_block_device {
volume_type = "gp2"
volume_size = 100
volume_size = 150
delete_on_termination = true
}

Expand Down

0 comments on commit 71d37c1

Please sign in to comment.