Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Mar 12, 2024
1 parent 7ffff48 commit 3443d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "ecs_alb_service_task" {
alb_security_group = var.alb_security_group_id

container_definition_json = var.container_definition_json
task_definition = var.task_definition != "" ? [var.task_definition] : []
task_definition = var.task_definition

ecs_cluster_arn = var.ecs_cluster_arn
launch_type = var.launch_type
Expand Down

0 comments on commit 3443d31

Please sign in to comment.