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 ?