Skip to content

Commit 017e7fd

Browse files
committed
update size
1 parent 841dc46 commit 017e7fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

terraform/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ resource "aws_instance" "lago" {
113113
}
114114

115115
root_block_device {
116-
volume_size = 50
116+
volume_size = 200
117117
volume_type = "gp3"
118118
}
119119
}
@@ -176,7 +176,6 @@ resource "aws_iam_access_key" "lago_access_key" {
176176
user = aws_iam_user.lago_user.name
177177
}
178178

179-
180179
output "LAGO_AWS_S3_ACCESS_KEY_ID" {
181180
value = aws_iam_access_key.lago_access_key.id
182181
sensitive = true

0 commit comments

Comments
 (0)