Skip to content

Commit d9ed8c8

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2616)
December Ringgo update 05-01-2026
1 parent 371a4b9 commit d9ed8c8

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
@@ -280,11 +280,11 @@ module "Ringgo_Daily_Transactions" {
280280
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
281281
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
282282
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
283-
google_drive_document_id = "1iUHEw_nv_QySeO2YkrAZKb7quNioDzMD"
283+
google_drive_document_id = "1mpE_ALknS20rnqph4OScvLXQIjGcIar-"
284284
glue_job_name = "Ringgo Daily Transactions"
285285
output_folder_name = "g-drive"
286286
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
287-
input_file_name = "Ringgo_Daily/ringgo_nov_2025.csv"
287+
input_file_name = "Ringgo_Daily/ringgo_dec_2025.csv"
288288
ingestion_schedule = "cron(0 21 * * ? *)"
289289
enable_bookmarking = true
290290
worksheets = {

0 commit comments

Comments
 (0)