Problem was that when attempting to read the resource, we were not handling the 404 properly. Now, we set the ID to null so that terraform understands that the resource no longer exists and tries to recreate it.
Tested locally and now, after the resource is deleted manually in the UI, a terraform plan attempts to re-create it.
Fixes #112.
Problem was that when attempting to read the resource, we were not handling the 404 properly. Now, we set the ID to null so that terraform understands that the resource no longer exists and tries to recreate it.
Tested locally and now, after the resource is deleted manually in the UI, a
terraform plan
attempts to re-create it.