Skip to content

Commit aa62d4b

Browse files
committed
Increase aws instance volume size to 20gb
1 parent b2e1ab3 commit aa62d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/infrastructure.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ resource "aws_instance" "instances" {
9999
ebs_optimized = true
100100
root_block_device {
101101
volume_type = lookup(each.value, "disk_type", "gp2")
102-
volume_size = lookup(each.value, "disk_size", 10)
102+
volume_size = lookup(each.value, "disk_size", 20)
103103
}
104104

105105
tags = {

0 commit comments

Comments
 (0)