I am redoing the capstone project and getting the following warning/errors:
│ Warning: Applied changes may be incomplete │ │ The plan was created with the -target option in effect, so some changes requested in the configuration may have been ignored and the output values may not be fully updated. Run │ the following command to verify that no other changes are pending: │ terraform plan │ │ Note that the -target option is not suitable for routine use, and is provided only for exceptional situations such as recovering from errors or mistakes, or when Terraform │ specifically suggests to use it as part of an error message. ╵ ╷ │ Error: creating Glue Connection (de-c4w4a1-connection-rds): operation error Glue: CreateConnection, https response error StatusCode: 400, RequestID: 34f2dae5-eeef-426e-8d97-70884a37179a, AlreadyExistsException: Connection already exists. │ │ with module.extract_job.aws_glue_connection.rds_connection, │ on modules/extract_job/glue.tf line 2, in resource “aws_glue_connection” “rds_connection”: │ 2: resource “aws_glue_connection” “rds_connection” { │ ╵ ╷ │ Error: creating IAM Role (de-c4w4a1-glue-role): operation error IAM: CreateRole, https response error StatusCode: 409, RequestID: f5fa5052-9b2a-415b-91d8-203ce675bc26, EntityAlreadyExists: Role with name de-c4w4a1-glue-role already exists. │ │ with module.extract_job.aws_iam_role.glue_role, │ on modules/extract_job/iam.tf line 1, in resource “aws_iam_role” “glue_role”: │ 1: resource “aws_iam_role” “glue_role” { │ ╵
Any ideas on how to solve it?
