Created
May 14, 2018 01:14
-
-
Save endofcake/acf59638186da2c445b6afbd8bc894b7 to your computer and use it in GitHub Desktop.
ECS service configuration in Terraform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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