Skip to content

Commit

Permalink
Merge pull request #101 from silinternational/develop
Browse files Browse the repository at this point in the history
add idp_name to id-broker events role to avoid naming conflict
  • Loading branch information
briskt authored Apr 27, 2020
2 parents c528843 + e804e57 commit a4b5174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/040-id-broker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ data "template_file" "task_def_cron" {
* Create role for scheduled running of cron task definitions.
*/
resource "aws_iam_role" "ecs_events" {
name = "ecs_events-${var.app_name}-${var.app_env}"
name = "ecs_events-${var.idp_name}-${var.app_name}-${var.app_env}"

assume_role_policy = <<EOF
{
Expand Down

0 comments on commit a4b5174

Please sign in to comment.