We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469b91d commit 9654661Copy full SHA for 9654661
deployment/main.tf
@@ -139,8 +139,7 @@ resource "aws_instance" "server" {
139
#
140
resource "aws_ebs_volume" "persistent_state" {
141
availability_zone = local.availability_zone
142
- # TODO: Put a real size once we're ready to go to production
143
- size = 20 # GiB
+ size = 128 # GiB
144
type = "gp2"
145
tags = {
146
Name = "lnt.llvm.org/persistent-state"
0 commit comments