Skip to content

Commit

Permalink
Add deployment_controller to ignored service (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
johncblandii authored and osterman committed Jul 16, 2019
1 parent efa167c commit 53e9aad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ resource "aws_ecs_service" "ignore_changes_task_definition" {
cluster = "${var.ecs_cluster_arn}"
tags = "${module.default_label.tags}"

deployment_controller {
type = "${var.deployment_controller_type}"
}

network_configuration {
security_groups = ["${var.security_group_ids}", "${aws_security_group.ecs_service.id}"]
subnets = ["${var.subnet_ids}"]
Expand Down

0 comments on commit 53e9aad

Please sign in to comment.