I’m working on Capstone Project Part 2 - Section 4.2 “DAG for Songs Data in RDS Source” – 4.2.2 asks that we replace the placeholders with values of Terraform outputs, but I couldn’t find those values from Terraform outputs.
Placeholders are:
<DATA-LAKE-BUCKET>
with the value ofdata_lake_bucket
.<SCRIPTS-BUCKET>
with the value ofscripts_bucket
.<GLUE-EXECUTION-ROLE>
with the value ofglue_role_arn
, full ARN.
and I tried running the following commands in Terminal
“terraform output”
“terraform output data_lake_bucket”
However, there’s nothing that correspond with the value. Has anyone got suggestions? thank you!