Skip to content

Commit

Permalink
match up ECS and airflow tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Sep 9, 2024
1 parent 2a12403 commit 90391c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/india/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ module "forecast-ad" {
}
]

ecs-task_name = "client-ad"
ecs-task_name = "forecast-ad"
ecs-task_type = "forecast"
ecs-task_execution_role_arn = module.ecs-cluster.ecs_task_execution_role_arn
ecs-task_size = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

forecast = EcsRunTaskOperator(
task_id=f'{region}-forecast',
task_definition='client-ad-forecast',
task_definition='forecast-ad',
cluster=cluster,
overrides={},
launch_type = "FARGATE",
Expand Down

0 comments on commit 90391c2

Please sign in to comment.