From a224ffbe1c60ce86ae1fd4707de665d5393c9345 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 07:35:18 +0000 Subject: [PATCH] chore(deps): update terraform justtrackio/ecs-gosoline-monitoring/aws to v2.1.3 --- monitoring.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring.tf b/monitoring.tf index fc9a3bc..fcbe754 100644 --- a/monitoring.tf +++ b/monitoring.tf @@ -11,7 +11,7 @@ locals { module "monitoring" { count = var.monitoring_enabled ? 1 : 0 source = "justtrackio/ecs-gosoline-monitoring/aws" - version = "2.1.2" + version = "2.1.3" context = module.this.context