mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
description reverted
This commit is contained in:
parent
411ea79b80
commit
9427a6d40b
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ module "bulk_upload_finaliser_s3_read" {
|
|||
source = "../modules/s3_iam_policy"
|
||||
|
||||
policy_name = "BulkUploadFinaliserReadS3"
|
||||
policy_description = "Allow bulk_upload_finaliser Lambda to read combiner output + classifier CSV from retrofit-data bucket"
|
||||
policy_description = "Allow bulk_upload_finaliser Lambda to read combiner output from retrofit-data bucket"
|
||||
bucket_arns = ["arn:aws:s3:::retrofit-data-${var.stage}"]
|
||||
actions = ["s3:GetObject", "s3:ListBucket"]
|
||||
resource_paths = ["/bulk_final_outputs/*", "/bulk_onboarding_inputs/*"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue