C4W4 - Capstone Project Part 1: 4.2.3

In the capstone 1, in point 4.2.3 (terraform/modules/transform_job/glue.tf), I don’t understand what needs to be set in the default_parameters section, specifically where it says to fill in the value for ingest_date (PACIFIC-TIME-CURRENT-DATE). Any hints, please? Thank you.

I added 2024-11-27 and it worked

I just googled Pacific UTC -7 time now and got the date

Hello @jbvill
For each argument, you can refer to the comment the line exactly before that argument. It has the necessary instructions. For <PACIFIC-TIME-CURRENT-DATE>, @GiorgosPram is right; you can get the current pacific time zone date by searching in google.
Please, let us know if you have problems with any other arguments.