From bf0f9ce48dade96de6ca7481edb28d39f31dfa6b Mon Sep 17 00:00:00 2001 From: jhsinger-klotho <111291520+jhsinger-klotho@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:12:12 -0500 Subject: [PATCH] Update ecs_task_definition.yaml --- 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