Skip to content

Commit edd4e14

Browse files
Root ebs volume for base from 20G to 1T (#21)
1 parent 7fdd137 commit edd4e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/production/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ base_node = {
6868
delete_on_termination = true
6969
iops = 3000 # iops
7070
throughput = 125 # MB/s
71-
volume_size = 20 # GB
71+
volume_size = 1024 # 1TB
7272
volume_type = "gp3"
7373
}
7474
ssh_port = 8349

0 commit comments

Comments
 (0)