Skip to content

Commit

Permalink
Merge pull request #16 from voyagegroup/fixup-deprecated-attributes
Browse files Browse the repository at this point in the history
Deprecated, use ordered_placement_strategy instead
  • Loading branch information
nishigori authored Jun 19, 2018
2 parents 9f07b31 + 01dc108 commit 558c301
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 558c301

Please sign in to comment.