Skip to content

Commit c63c7df

Browse files
Merge pull request #2099 from LBHackney-IT/barnesm707-patch-8
Update 09-spreadsheet-imports-from-g-drive.tf
2 parents 37854b8 + f7ed5b1 commit c63c7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/etl/09-spreadsheet-imports-from-g-drive.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,11 +992,11 @@ module "interim_cycle_wait_list" {
992992
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
993993
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
994994
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
995-
google_drive_document_id = "1GzLmucQw15DIAiNaxPfI6aQ4TF-JuzyO"
995+
google_drive_document_id = "19pkQj6RpSsQInYDwsu_suFVPmpfKM97A"
996996
glue_job_name = "interim_cycle_wait_list"
997997
output_folder_name = "g-drive"
998998
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
999-
input_file_name = "Interim_Cycle_Hangar_Wait_List/interim_cycle_wait_list @ 20-01-2025.csv"
999+
input_file_name = "Interim_Cycle_Hangar_Wait_List/interim_cycle_wait_list @ 30-01-2025.csv"
10001000
ingestion_schedule = "cron(0 21 * * ? *)"
10011001
enable_bookmarking = true
10021002
worksheets = {

0 commit comments

Comments
 (0)