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