Skip to content

Commit 9654661

Browse files
committed
Bump size of EBS storage
1 parent 469b91d commit 9654661

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deployment/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ resource "aws_instance" "server" {
139139
#
140140
resource "aws_ebs_volume" "persistent_state" {
141141
availability_zone = local.availability_zone
142-
# TODO: Put a real size once we're ready to go to production
143-
size = 20 # GiB
142+
size = 128 # GiB
144143
type = "gp2"
145144
tags = {
146145
Name = "lnt.llvm.org/persistent-state"

0 commit comments

Comments
 (0)