Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tion-platform-environments into Migration_GlueJob_Corrections-4
  • Loading branch information
madhu-k-sr2 committed Jul 19, 2024
2 parents 4b1d896 + 6b0c0c4 commit 3049ac4
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 3049ac4

Please sign in to comment.