We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5299c9a commit 0a4eacfCopy full SHA for 0a4eacf
terraform/core/15-unrestricted-geolive-database-ingestion.tf
@@ -280,6 +280,7 @@ module "llpg_geolive_ingestion_job" {
280
jdbc_connections = [module.llpg_geolive_database_ingestion[0].jdbc_connection_name]
281
triggered_by_crawler = module.llpg_geolive_database_ingestion[0].crawler_name
282
workflow_name = module.llpg_geolive_database_ingestion[0].workflow_name
283
+ max_retries = 1
284
job_parameters = {
285
"--s3_ingestion_bucket_target" = "s3://${module.raw_zone.bucket_id}/unrestricted/geolive/llpg/"
286
"--s3_ingestion_details_target" = "s3://${module.raw_zone.bucket_id}/unrestricted/geolive/llpg/ingestion-details/"
0 commit comments