VIVANETWORKS / terraform-aws-ecs-fargate-service

Terraform module for creating Autoscaled ECS Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Terraform module for creating Autoscaled ECS Service

License:Apache License 2.0


Languages

Language:HCL 89.9%Language:Makefile 6.5%Language:Smarty 3.7%