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

fix bad resource state when reading resources #21

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

scottl33
Copy link
Contributor

@scottl33 scottl33 commented Oct 4, 2024

Additional fixes similar to #18 for the rest of the resources

terraform plugin framework docs for the Read method, the following was listed:

  • Ignore returning errors that signify the resource is no longer existent, call the response state RemoveResource() method, and return early. The next Terraform plan will recreate the resource.

@scottl33 scottl33 changed the title fix bad resource state when reading fix bad resource state when reading resources Oct 4, 2024
@GtheSheep GtheSheep merged commit 5ae58f3 into GtheSheep:main Oct 4, 2024
0 of 2 checks passed
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.

2 participants