Skip to content

Commit

Permalink
idk why i didnt just do this straight away (#8609)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-heery authored Nov 8, 2024
1 parent 2847d0a commit 9dd6d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "aws_iam_policy_document" "load_data" {
]
resources = [
"${var.source_data_bucket.arn}${var.path_to_data}/*",
"${var.athena_dump_bucket.arn}/output${var.path_to_data}/*"
"${var.athena_dump_bucket.arn}/output/*"
]
}
statement {
Expand Down

0 comments on commit 9dd6d9c

Please sign in to comment.