You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Terraform Version
1.8.2
Affected Resource(s)
prefect_block
Debug Output
Panic Output
Expected Behavior
If a resource is deleted out of context (in this case, directly in the UI), Terraform should detect that and attempt to re-create it (or in my case, remove the resource from the state file).
Actual Behavior
Terraform throws a 404 error because it cannot locate the resource
Steps to Reproduce
Create a Prefect block via Terraform
Delete the block directly in the UI
Re-run the terraform plan
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Version
1.8.2
Affected Resource(s)
Debug Output
Panic Output
Expected Behavior
If a resource is deleted out of context (in this case, directly in the UI), Terraform should detect that and attempt to re-create it (or in my case, remove the resource from the state file).
Actual Behavior
Terraform throws a 404 error because it cannot locate the resource
Steps to Reproduce
The text was updated successfully, but these errors were encountered: