Glue Catalog Table resource fails to destroy when database cannot be found #20034
Labels
bug
Addresses a defect in current functionality.
service/glue
Issues and PRs that pertain to the glue service.
Milestone
parent ticket: #19932
Problem statement. When a glue catalog table resource references a database that does not exist (has been destroyed outside of terraform) a terraform destroy will fail with the following error:
Error: Error deleting Glue Catalog Table: EntityNotFoundException: Database mydb not found
Expected behavior - A warning is displayed and the destroy continues to remove the resource as normal.
The text was updated successfully, but these errors were encountered: