/terraform-aws-ecs-fargate-service

Terraform module for creating Autoscaled ECS Service

Primary LanguageHCLApache License 2.0Apache-2.0

terraform-aws-ecs-service

CircleCI

Terraform module for creating ECS Service

Usage

module "service" {
  source  = "traveloka/terraform-aws-ecs-service"
  version = "0.1.0"
}

Note

If you edit task definition in your container_definition_template_file this module will create new task version and deploy the latest image. If you don't want to deploy the latest image but still want to edit task definition, you need to define argument image_version with the currently running docker image.