Skip to content

Commit

Permalink
Merge pull request #8686 from ministryofjustice/chore/update-permissi…
Browse files Browse the repository at this point in the history
…ons-boundary-on-testing-bucket

Bucket policy now points to actual security role
  • Loading branch information
julialawrence authored Nov 15, 2024
2 parents 734e3e0 + 916c60e commit 4c90502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module "s3_ext_2024_egress_kms" {
principals = [
{
type = "AWS"
identifiers = ["arn:aws:iam::${local.environment_management.account_ids[terraform.workspace]}:role/read-only"] # placeholder -- will change
identifiers = ["arn:aws:iam::${local.environment_management.account_ids[terraform.workspace]}:role/security-read-only"]
}
]
}
Expand Down

0 comments on commit 4c90502

Please sign in to comment.