From c1d57ab7a33848affbf1b78c567bae2027e2fca5 Mon Sep 17 00:00:00 2001 From: Saef Taher Date: Wed, 13 Dec 2023 14:19:42 +0100 Subject: [PATCH] chore(otel): update collector version --- otel.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otel.tf b/otel.tf index 35aaab4..125a2dd 100644 --- a/otel.tf +++ b/otel.tf @@ -2,7 +2,7 @@ locals { // optional AWS Distro for OpenTelemetry container otel_container_defaults = { essential = false - image = "${data.aws_caller_identity.current.account_id}.dkr.ecr.${data.aws_region.current.name}.amazonaws.com/ecr-public/aws-observability/aws-otel-collector:v0.29.0" + image = "${data.aws_caller_identity.current.account_id}.dkr.ecr.${data.aws_region.current.name}.amazonaws.com/ecr-public/aws-observability/aws-otel-collector:v0.35.0" name = "otel" readonlyRootFilesystem = false mountPoints = []