Skip to content

Commit

Permalink
Merge pull request #1078 from ministryofjustice/AntonyBishop-patch-1
Browse files Browse the repository at this point in the history
Add YJAF AWS account access to modernisation_platform_engineering
  • Loading branch information
AntonyBishop authored Jan 17, 2025
2 parents 6261f75 + f5f087c commit c0015e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ locals {
github_team = "modernisation-platform-engineers",
permission_set_arn = aws_ssoadmin_permission_set.administrator_access.arn,
account_ids = [
aws_organizations_account.modernisation_platform.id
aws_organizations_account.modernisation_platform.id,
aws_organizations_account.youth_justice_framework_management.id
]
},
{
Expand Down

0 comments on commit c0015e6

Please sign in to comment.