Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jun 28, 2020
1 parent abaffc9 commit 8a361b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/codedeploy-deployment-ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ resource "aws_codedeploy_deployment_group" "this" {
deployment_config_name = var.deployment_config_name
service_role_arn = var.codedeploy_service_role_arn

# ECS
dynamic "ecs_service" {
for_each = var.ecs_service_name == null ? [] : list(1)
content {
Expand Down

0 comments on commit 8a361b4

Please sign in to comment.