We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df3188 commit 4fe2cb7Copy full SHA for 4fe2cb7
1 file changed
variables.tf
@@ -82,11 +82,11 @@ variable "monitor_master_jvm_memory_pressure_too_high" {
82
}
83
84
variable "free_storage_space_threshold" {
85
- description = "The minimum amount of available storage space in Byte."
+ description = "The minimum amount of available storage space in MegaByte."
86
type = "string"
87
- default = 21474836480
+ default = 20480
88
89
- # 20 Gigabyte in Byte
+ # 20 Gigabyte in MegaByte
90
91
92
variable "min_available_nodes" {
0 commit comments