Skip to content

Commit

Permalink
Update main.tf: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gshpychka authored Sep 12, 2024
1 parent 6bd2dc5 commit 919e937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/sample-apps/sqs/deploy/agent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module "hello-lambda-function" {
{
AWS_LAMBDA_EXEC_WRAPPER = "/opt/otel-handler",
OTEL_METRICS_EXPORTER = "otlp",
OPENTELEMETRY_COLLECTOR_CONFIG_URI = "/opt/config.yaml"
OPENTELEMETRY_COLLECTOR_CONFIG_URI = "/opt/config.yaml"
})

tracing_mode = var.tracing_mode
Expand Down

0 comments on commit 919e937

Please sign in to comment.