Skip to content

Commit 4fe2cb7

Browse files
author
Charlie Chen
committed
Fix free storage unit error. Should be MiB, not Byte
1 parent 3df3188 commit 4fe2cb7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ variable "monitor_master_jvm_memory_pressure_too_high" {
8282
}
8383

8484
variable "free_storage_space_threshold" {
85-
description = "The minimum amount of available storage space in Byte."
85+
description = "The minimum amount of available storage space in MegaByte."
8686
type = "string"
87-
default = 21474836480
87+
default = 20480
8888

89-
# 20 Gigabyte in Byte
89+
# 20 Gigabyte in MegaByte
9090
}
9191

9292
variable "min_available_nodes" {

0 commit comments

Comments
 (0)