small tweak.

This commit is contained in:
2022-09-17 08:16:36 -07:00
parent 4bcb2b7c53
commit 7e23b1e89a
4 changed files with 14 additions and 13 deletions

View File

@@ -356,7 +356,8 @@ resource "aws_cloudwatch_event_target" "square_import_job_target" {
{
"name": "integreat-app",
"environment": [{"name": "INTEGREAT_JOB", "value": "square-import-job"},
{"name": "DD_CONTAINER_ENV_AS_TAGS", "value":"{\"INTEGREAT_JOB\":\"background_job\"}"}]
{"name": "DD_CONTAINER_ENV_AS_TAGS", "value":"{\"INTEGREAT_JOB\":\"background_job\"}"},
{"name": "DD_SERVICE", "value": "square-import-job"}]
}
]
}