Skip to content

Commit

Permalink
Add additional S3 bucket paths for IAM role permissions in Airflow mo…
Browse files Browse the repository at this point in the history
…dule
  • Loading branch information
matt-heery committed Dec 13, 2024
1 parent 39d5d83 commit a8da9f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ data "aws_iam_policy_document" "load_data" {
"${var.source_data_bucket.arn}/staging${var.path_to_data}/*",
"${var.cadt_bucket.arn}/staging/${local.snake-database}/*",
"${var.cadt_bucket.arn}/staging${var.path_to_data}/*",
"${var.cadt_bucket.arn}/staging/${local.snake-database}_pipeline/*",
"${var.cadt_bucket.arn}/staging${var.path_to_data}_pipeline/*",
"${var.athena_dump_bucket.arn}/output/*"
]
}
Expand Down

0 comments on commit a8da9f6

Please sign in to comment.