Skip to content

Commit 33cd20f

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2249)
Ops dashboard button update
1 parent e1b5c7f commit 33cd20f

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
@@ -1243,11 +1243,11 @@ module "ops_dashboard_link" {
12431243
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
12441244
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
12451245
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1246-
google_drive_document_id = "1JzO8Onp6oSSnyiNQ2tyO271Oci7SugYr"
1246+
google_drive_document_id = "1bPSNBW196F6up0tohn2YuXB9LDt6SntY"
12471247
glue_job_name = "ops_dashboard_link"
12481248
output_folder_name = "g-drive"
12491249
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1250-
input_file_name = "ops_button/ops_dashboard_link.csv"
1250+
input_file_name = "ops_button/ops_dashboard_link_14_05_2025.csv"
12511251
ingestion_schedule = "cron(0 21 * * ? *)"
12521252
enable_bookmarking = true
12531253
tags = module.tags.values

0 commit comments

Comments
 (0)