diff --git a/variables.tf b/variables.tf index e6e8ac9..a002f94 100644 --- a/variables.tf +++ b/variables.tf @@ -113,7 +113,7 @@ variable "yb_download_url" { variable "yb_version" { description = "The version number of YugaByteDB to install" - default = "2.21.0.1" + default = "2024.1.0.0" type = string }