Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marciogoda committed Jan 16, 2024
1 parent 29b8791 commit f1bfbf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This module creates a basic ECS Task Definition.
* `container_definitions` - list of strings. Each string should be a JSON document describing a single container definition - see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html.
* `task_role_arn` - The Amazon Resource Name for an IAM role for the task.
* `volume` - Volume block map with 'name' and 'host_path'. See https://www.terraform.io/docs/providers/aws/r/ecs_task_definition.html#volume for more info.
* `placement_constraint_on_demand_only` - Will restrict the taks to run only on on-demand container instances avoiding running on spot instances.

### Outputs

Expand Down

0 comments on commit f1bfbf2

Please sign in to comment.