Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 24, 2024
1 parent b86e642 commit 753cb3d
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 @@ -269,7 +269,7 @@ module "email_attachment_saver" {


module "bedrock_invoker" {
source = "../lambdas/berock_invoker"
source = "../lambdas/bedrock_invoker"
lambda_storage_bucket = aws_s3_bucket.lambda_storage.id
aws_region = var.aws_region
allowed_s3_resources = [module.s3_bucket.s3_bucket_arn, "${module.s3_bucket.s3_bucket_arn}/*"]
Expand Down

0 comments on commit 753cb3d

Please sign in to comment.