diff --git a/README.md b/README.md index 01ee581..ed4dfbd 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - [Use Cases](#use-cases) - [Requirements](#requirements) - [Usage](#usage) + - [Multiple Container Definitions](#multiple-container-definitions) - [Inputs](#inputs) - [Outputs](#outputs) - [Testing](#testing) @@ -96,6 +97,10 @@ Invoking the commands defined below creates an ECS task definition with the foll ] ``` +### Multiple Container Definitions + +By default, this module creates a task definition with a single container definition. To create a task definition with multiple container definitions, refer to the documentation of the [`merge`](modules/merge) module. + ## Inputs