diff --git a/mongo/variables.tf b/mongo/variables.tf index 8e151c9..d49d08f 100644 --- a/mongo/variables.tf +++ b/mongo/variables.tf @@ -20,7 +20,7 @@ variable "username" { } variable "mongo_version" { type = string - default = "6.3.2" + default = "6.0.13" } variable "mongo_type" { type = string