Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle ResourceNotFound errors gracefully on Read and Delete #5

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

tjschutte
Copy link
Collaborator

When a resource is not found, or is in a DELETING State, we can remove the resource from Terraform state so that depending on the lifecycle action Terraform can take appropriate steps, or skip unnecessary calls.

When a resource is not found, or is in a DELETING State, we can remove
the resource from Terraform state so that depending on the lifecycle action
Terraform can take appropriate steps, or skip unecessary calls.
@tjschutte tjschutte merged commit 7188f5b into main Feb 7, 2024
6 checks passed
@tjschutte tjschutte deleted the ResourceNotFound branch February 7, 2024 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant