Skip to content

Commit

Permalink
Merge pull request #250 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 12.6.1 - fix id-broker cron task
  • Loading branch information
briskt authored May 31, 2024
2 parents 5bc2108 + 4837aea commit 5dca0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/040-id-broker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ resource "aws_ecs_task_definition" "cron_td" {
family = "${var.idp_name}-${var.app_name}-cron-${var.app_env}"
container_definitions = local.task_def_cron
network_mode = "bridge"
task_role_arn = one(module.ecs_role[*].role_arn)
}

/*
Expand Down

0 comments on commit 5dca0e9

Please sign in to comment.