Skip to content

Commit

Permalink
pass bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 19, 2024
1 parent 9473333 commit 066366d
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 @@ -256,7 +256,7 @@ module "step_function_invoker" {
module "email_formfiller_state_machine" {
source = "../state_machines/email_form_fill"
attachment_saver_lambda_name = module.attachment_saver.lambda_function_name
workspace_bucket_name = module.s3_bucket.s3_bucket_arn
workspace_bucket_name = module.s3_bucket.s3_bucket_id
}


Expand Down

0 comments on commit 066366d

Please sign in to comment.