Skip to content

Commit

Permalink
Add mehul to authorized users
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 11, 2024
1 parent dacd34e commit 898ad72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tf/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ module "adm_iam_roles" {
source = "../../modules/adm_iam_roles"

authorized_accounts = [
"arn:aws:iam::${local.ooni_main_org_id}:user/art"
"arn:aws:iam::${local.ooni_main_org_id}:user/art",
"arn:aws:iam::${local.ooni_main_org_id}:user/mehul"
]
}

Expand Down

0 comments on commit 898ad72

Please sign in to comment.