C1_W2 Lab problem

I followed the instructions correctly
I got to the terraform plan,
it ran the terraform apply;
but this error appears:

│ Error: creating Glue Catalog Database (de-c1w2-analytics-db): operation error Glue: CreateDatabase, https response error StatusCode: 400, RequestID: 19768e03-ac70-4357-8b08-e3632cea4487, AlreadyExistsException: Database already exists.

│ with aws_glue_catalog_database.analytics_database,
│ on glue.tf line 1, in resource “aws_glue_catalog_database” “analytics_database”:
│ 1: resource “aws_glue_catalog_database” “analytics_database” {

It seems that my terraform takes my aws_glue database as already created but I have not created it,
when I go to databases in the AWS_Glue console,
there is nothing.

why I cant depurate this code ? any ideas ?

Hello @aurelio_gialluca,
I had the same issue with this lab after running terraform apply. Could you complete this form. Just select an option eg. account still in cleanup and the course/lab to refresh your lab. Thank you

Hello, I am not sure this gonna work but could you try this command:

aws glue delete-database de_c1w2_analytics_db

Hope it helps