Skip to content

Commit

Permalink
Increase aws instance volume size to 20gb
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Oct 23, 2024
1 parent b2e1ab3 commit aa62d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "aws_instance" "instances" {
ebs_optimized = true
root_block_device {
volume_type = lookup(each.value, "disk_type", "gp2")
volume_size = lookup(each.value, "disk_size", 10)
volume_size = lookup(each.value, "disk_size", 20)
}

tags = {
Expand Down

0 comments on commit aa62d4b

Please sign in to comment.