Skip to content

Commit

Permalink
Deprecated, use ordered_placement_strategy instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nishigori committed Jun 19, 2018
1 parent 9f07b31 commit 01dc108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_load_balancing/launch_type_ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_ecs_service" "main" {
deployment_maximum_percent = "${var.deployment_maximum_percent}"
deployment_minimum_healthy_percent = "${var.deployment_minimum_healthy_percent}"

placement_strategy {
ordered_placement_strategy {
type = "${var.placement_strategy_type}"
field = "${var.placement_strategy_field}"
}
Expand Down

0 comments on commit 01dc108

Please sign in to comment.