Skip to content

Commit

Permalink
Quick fix, probably should build the resource_id using the aws_ecs_se…
Browse files Browse the repository at this point in the history
…rvice so it has an implicit requirement
  • Loading branch information
wisebaldone committed Apr 6, 2024
1 parent 670e299 commit 7a21494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions practicals/week06/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ \subsection{[Path B] ECS}
resource_id = "service/taskoverflow/taskoverflow"
scalable_dimension = "ecs:service:DesiredCount"
service_namespace = "ecs"

depends_on = [ aws_ecs_service.taskoverflow ]
}


Expand Down

0 comments on commit 7a21494

Please sign in to comment.