Skip to content

Commit

Permalink
Correct reference to ORCA Lambda function ARN
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Oct 20, 2023
1 parent d55a5ff commit a0a1ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/stacks/cumulus/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ module "ingest_and_publish_granule_workflow" {
files_to_granules_task_arn : module.cumulus.files_to_granules_task.task_arn,
move_granules_task_arn : module.cumulus.move_granules_task.task_arn,
update_granules_cmr_metadata_file_links_task_arn : module.cumulus.update_granules_cmr_metadata_file_links_task.task_arn,
copy_to_archive_task_arn : module.orca.orca_lambda_copy_to_archive_arn,
copy_to_archive_task_arn : module.orca.orca_lambda_copy_to_glacier_arn,
post_to_cmr_task_arn : module.cumulus.post_to_cmr_task.task_arn
})
}
Expand Down

0 comments on commit a0a1ca5

Please sign in to comment.