Skip to content

Commit

Permalink
Add depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Oct 15, 2024
1 parent ff7ccf7 commit 7330976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions modules/postgres-etl/extract/extract_task.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module "extract_task" {
}
]

# depends_on = [
# aws_iam_role_policy.ecs_execution_role__postgres_etl_extract
# ]
depends_on = [
aws_iam_role_policy.ecs_execution_role__postgres_etl_extract
]
}
6 changes: 3 additions & 3 deletions modules/postgres-etl/load/load_task.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module "load_task" {
}
]

# depends_on = [
# aws_iam_role_policy.ecs_execution_role__postgres_etl_load
# ]
depends_on = [
aws_iam_role_policy.ecs_execution_role__postgres_etl_load
]
}

0 comments on commit 7330976

Please sign in to comment.