Skip to content

Commit

Permalink
change bucket selection
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 22, 2024
1 parent 2b2ead3 commit ab03690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,6 @@ module "email_attachment_saver" {
source = "../lambdas/email_attachment_saver"
lambda_storage_bucket = aws_s3_bucket.lambda_storage.id
aws_region = var.aws_region
allowed_s3_resources = [module.s3_bucket.s3_bucket_arn]
allowed_s3_resources = ["${module.s3_bucket.s3_bucket_arn}/*"]
}

0 comments on commit ab03690

Please sign in to comment.