Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
Include a hyperlink to the documentation for the `merge` module.
  • Loading branch information
jasonwalsh authored and jasonwalsh committed Apr 16, 2019
1 parent 09c4e2f commit 5246e76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Use Cases](#use-cases)
- [Requirements](#requirements)
- [Usage](#usage)
- [Multiple Container Definitions](#multiple-container-definitions)
- [Inputs](#inputs)
- [Outputs](#outputs)
- [Testing](#testing)
Expand Down Expand Up @@ -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.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Inputs

Expand Down

0 comments on commit 5246e76

Please sign in to comment.