C4_W4_Capstone_1

Hello team,

I am working on C4_W4 Capstone 1.
Issue I am facing is for section 5.1 Redshift setup.

When I run below command as instructed, no objects are created by the module I am running
terraform apply -target=module.serving

That seems to create issues down tthe line when I run the other tasks in section 5

I have attached a screen shot

Here is the error I get for 5.2.3

select * from deftunes_transform.songs limit 10

postgresql+psycopg2://XXXXX:***@de-c4w4a1-redshift-cluster.XXXXX.us-east-1.redshift.amazonaws.com:5439/dev
(psycopg2.errors.InvalidSchemaName) schema “deftunes_transform” does not exist

[SQL: select * from deftunes_transform.songs limit 10]
(Background on this error at: Error Messages — SQLAlchemy 1.4 Documentation)