File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ locals {
3434 vpc_connector_name = lower (var. environment ) == " dev" ? " vpc-connector-qa" : " vpc-connector-${ lower (var. environment )} "
3535 vpc_connector_project = lower (var. environment ) == " dev" ? " mobility-feeds-qa" : var. project_id
3636
37- function_process_validation_report_config = jsondecode (file (" ${ path . module } /../../functions-python/validation_report_processor /function_config.json" ))
38- function_process_validation_report_zip = " ${ path . module } /../../functions-python/validation_report_processor /.dist/validation_report_processor .zip"
37+ function_process_validation_report_config = jsondecode (file (" ${ path . module } /../../functions-python/process_validation_report /function_config.json" ))
38+ function_process_validation_report_zip = " ${ path . module } /../../functions-python/process_validation_report /.dist/process_validation_report .zip"
3939 public_hosted_datasets_url = lower (var. environment ) == " prod" ? " https://${ var . public_hosted_datasets_dns } " : " https://${ var . environment } -${ var . public_hosted_datasets_dns } "
4040
4141 function_update_validation_report_config = jsondecode (file (" ${ path . module } /../../functions-python/update_validation_report/function_config.json" ))
You can’t perform that action at this time.
0 commit comments