Skip to content

Commit 72961f5

Browse files
committed
Change size of state and home volumes.
Decreases size of of volumes to allow more labs.
1 parent 4634a99 commit 72961f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environments/site/tofu/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ variable "state_dir" {
227227
variable "state_volume_size" {
228228
type = number
229229
description = "Size of state volume on control node, in GB"
230-
default = 150 # GB
230+
default = 75 # GB
231231
}
232232

233233
variable "state_volume_type" {
@@ -261,7 +261,7 @@ variable "state_volume_provisioning" {
261261
variable "home_volume_size" {
262262
type = number
263263
description = "Size of state volume on control node, in GB."
264-
default = 100
264+
default = 75
265265
validation {
266266
condition = var.home_volume_provisioning == "manage" ? var.home_volume_size > 0 : true
267267
error_message = <<-EOT

0 commit comments

Comments
 (0)