I solved the previous issue following these steps: C1W4 - terraform apply does not work - #2 by Georgios
But now I have another issue:
Error: creating Glue Catalog Database (de_c4w4a1_silver_db): operation error Glue: CreateDatabase, https response error StatusCode: 400, RequestID: 3778781d-938b-4806-a932-832567706a60, AlreadyExistsException: Database already exists.
with module.transform_job.aws_glue_catalog_database.transform_db,
on modules/transform_job/glue.tf line 2, in resource "aws_glue_catalog_database" "transform_db":
2: resource "aws_glue_catalog_database" "transform_db" {