From 0a9700ab947dea9fdcf6245fb540c65a7918a08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 28 Jan 2024 11:48:34 +0100 Subject: [PATCH] fix --- mongo/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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