Skip to content

Commit

Permalink
Mais um fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonilsonds9 committed Jan 29, 2024
1 parent 96f097b commit c3de0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/ecs_payment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "aws_ecs_service" "payment" {
launch_type = "FARGATE"
scheduling_strategy = "REPLICA"
desired_count = 1
depends_on = [aws_lb.alb, aws_db_instance.aws_docdb_cluster]
depends_on = [aws_lb.alb, aws_docdb_cluster.docdb]
enable_execute_command = true

load_balancer {
Expand Down

0 comments on commit c3de0b7

Please sign in to comment.