Skip to content

Commit fa88e89

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2609)
SMT & Ops button update @ 23-12-2025
1 parent 506daf9 commit fa88e89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,11 +1164,11 @@ module "ops_dashboard_link" {
11641164
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
11651165
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
11661166
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1167-
google_drive_document_id = "1oPXU1IXnxKA5l9B-WXwFM3QpxH8lbLLG"
1167+
google_drive_document_id = "1No-lK6sAVL0rRMwbmwzf8ZoPHGZHZ4l6"
11681168
glue_job_name = "ops_dashboard_link"
11691169
output_folder_name = "g-drive"
11701170
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1171-
input_file_name = "ops_button/ops_dashboard_link_09_12_2025.csv"
1171+
input_file_name = "ops_button/ops_dashboard_link_23_12_2025.csv"
11721172
ingestion_schedule = "cron(0 21 * * ? *)"
11731173
enable_bookmarking = true
11741174
tags = module.tags.values
@@ -1416,11 +1416,11 @@ module "smt_dashboard_link" {
14161416
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
14171417
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
14181418
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1419-
google_drive_document_id = "1_wKFKvzpAYGpxlX03WW8pdyykfvG909M"
1419+
google_drive_document_id = "1ytuLSxiCCgRLyPxR5bxhjH3oCHcQc0p5"
14201420
glue_job_name = "smt_dashboard_link"
14211421
output_folder_name = "g-drive"
14221422
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1423-
input_file_name = "smt_button/smt_dashboard_link_08_12_2025.csv"
1423+
input_file_name = "smt_button/smt_dashboard_link_23_12_2025.csv"
14241424
ingestion_schedule = "cron(0 21 * * ? *)"
14251425
enable_bookmarking = true
14261426
tags = module.tags.values

0 commit comments

Comments
 (0)