From 6e7887811b0cb4833703fc0cbfc82b4218ec0b16 Mon Sep 17 00:00:00 2001 From: Nicolas Gruel Date: Tue, 21 Jan 2025 17:56:23 +0100 Subject: [PATCH] test: test mongo 7.0.5 --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 270967bef..213f217c6 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -181,7 +181,7 @@ variable "prometheus_image" { variable "database_image" { type = string - default = "mongo" + default = "mongo:7.0.5" } variable "otel_collector_image" {