I am learning Data Quality and Orchestration and Visualization course. During Capstone Project Part 2, I got this error when running the command: terraform apply. I searched in the Console > AWS Glue > Database but there is no database in here. The account does not have permission to access Lake Formation
Error: creating Glue Catalog Database (de_c4w4a2_silver_db): operation error Glue: CreateDatabase, https response error StatusCode: 400, RequestID: 11e1ef7c-ff21-48c6-a7ed-4927223b0d49, AlreadyExistsException: Database already exists.
with module.transform_job.aws_glue_catalog_database.transform_db,
on modules/transform_job/glue.tf line 1, in resource “aws_glue_catalog_database” “transform_db”:
1: resource “aws_glue_catalog_database” “transform_db” {