Skip to content

Commit

Permalink
Merge pull request #7154 from ministryofjustice/tweak-bucket-iams
Browse files Browse the repository at this point in the history
editing bucket
  • Loading branch information
matt-heery authored Jul 19, 2024
2 parents 82a5907 + cab31ba commit 6b0c0c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ data "aws_iam_policy_document" "load_json_table_s3_policy_document" {
"s3:GetBucketLocation"
]
resources = [
"${aws_s3_bucket.data_store.arn}/*",
aws_s3_bucket.data_store.arn,
"${module.json-directory-structure-bucket.bucket.arn}/*",
module.json-directory-structure-bucket.bucket.arn,
"${module.athena-s3-bucket.bucket.arn}/*",
module.athena-s3-bucket.bucket.arn,
module.metadata-s3-bucket.bucket.arn,
Expand Down

0 comments on commit 6b0c0c4

Please sign in to comment.