Skip to content

This is a submodule usuful to be called from a service module to create a task-definition

Notifications You must be signed in to change notification settings

egarbi/terraform-aws-task-definition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

This is a submodule usuful to be called from a service module to create a task-definition

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages