Skip to content

Commit f8f9665

Browse files
authored
Increase instance volume size from 22 to 30 GB (#24)
1 parent 9d8ebdb commit f8f9665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ variable "autoscaling_default_cooldown" {
169169

170170
variable "instance_volume_size" {
171171
description = "Volume size for docker volume (in GB)."
172-
default = 22
172+
default = 30
173173
}
174174

175175
variable "instance_volume_size_root" {

0 commit comments

Comments
 (0)