Commit cd64c448 authored by Petras, Randy's avatar Petras, Randy
Browse files

Update file variables.tf

parent bbf63646
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ variable "node_flavor" {

variable "node_ephemeral_volume_size" {
  type        = number
  default     = 25
  default     = 20
  description = "Volume size for ephemeral, local-only memory (Gb)"
}