From a4e94476b6b46fe69dabf27d65f29449c8e22f10 Mon Sep 17 00:00:00 2001 From: jhsinger-klotho <111291520+jhsinger-klotho@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:06:48 -0500 Subject: [PATCH] mark env vars as important for ecs (#908) --- pkg/templates/aws/resources/ecs_task_definition.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/templates/aws/resources/ecs_task_definition.yaml b/pkg/templates/aws/resources/ecs_task_definition.yaml index f37c117d7..63d8ee903 100644 --- a/pkg/templates/aws/resources/ecs_task_definition.yaml +++ b/pkg/templates/aws/resources/ecs_task_definition.yaml @@ -42,6 +42,7 @@ properties: description: The entry point that is passed to the container Environment: type: list + important: true properties: Name: type: string