Skip to content

Commit

Permalink
grant AppConfig access to the id-broker cron task
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed May 30, 2024
1 parent 79ce115 commit 4837aea
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 4837aea

Please sign in to comment.