Skip to content

Instantly share code, notes, and snippets.

@endofcake
Created May 14, 2018 01:14
Show Gist options
  • Save endofcake/acf59638186da2c445b6afbd8bc894b7 to your computer and use it in GitHub Desktop.
Save endofcake/acf59638186da2c445b6afbd8bc894b7 to your computer and use it in GitHub Desktop.
ECS service configuration in Terraform
resource "aws_ecs_service" "web" {
deployment_maximum_percent = 200
deployment_minimum_healthy_percent = 70
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment