From b93d7a12e6e6e273626a37ecd67dc84ac144ac0f Mon Sep 17 00:00:00 2001 From: jhsinger-klotho <111291520+jhsinger-klotho@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:13:30 -0500 Subject: [PATCH] Update ecs_task_definition.yaml (#927) --- 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 63d8ee903..a24d62de1 100644 --- a/pkg/templates/aws/resources/ecs_task_definition.yaml +++ b/pkg/templates/aws/resources/ecs_task_definition.yaml @@ -123,6 +123,7 @@ properties: properties: ContainerPath: type: string + important: true description: The path on the container to mount the volume at SourceVolume: type: string