Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 409 Bytes

AWS Task Definition Terraform module

Terraform module which creates a simple task-definition to be used with ECS services

Usage

module "task" {
  source                = "git::https://github.com/egarbi/terraform-aws-task-definition"
  name                  = "example-testing"
}

Note: To see a more useful Usage example look in aws-terraform-ecs-service module