Skip to content

Commit

Permalink
Fix README (#2)
Browse files Browse the repository at this point in the history
* fix heading on README

* add back heading with proper markdown
  • Loading branch information
sarkis authored and osterman committed Jun 6, 2018
1 parent a0e57d8 commit 61033eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Cloud Posse](https://cloudposse.com/logo-300x69.png)
![Cloud Posse](https://cloudposse.com/logo-300x69.png)

# terraform-aws-ecs-container-definition [![Build Status](https://travis-ci.org/cloudposse/terraform-aws-ecs-container-definition.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-ecs-container-definition)

A Terraform module to generate well-formed JSON documents that are passed to the `aws_ecs_task_definition` Terraform resource as [container definitions](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#container_definitions).
Terraform module to generate well-formed JSON documents that are passed to the `aws_ecs_task_definition` Terraform resource as [container definitions](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#container_definitions).

## Usage

Expand Down

0 comments on commit 61033eb

Please sign in to comment.