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
Error: {"id":"8<obfuscated>0","errors":[{"code":"lookup:invalid_request","message":"Invalid lookup table request.","detail":"Either the path does not exist or you don't have the right permissions"}]}
Expected
In declarative infrastructure if the resource is defined, but does not exist, then it should be created. I expected Terraform to recreate the missing Lookup Table after it was deleted manually.
Workaround
I had to perform manual Terraform surgery and remove the resource from the Terraform State before a subsequent Plan succeeded.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Observed
Expected
In declarative infrastructure if the resource is defined, but does not exist, then it should be created. I expected Terraform to recreate the missing Lookup Table after it was deleted manually.
Workaround
I had to perform manual Terraform surgery and remove the resource from the Terraform State before a subsequent Plan succeeded.
The text was updated successfully, but these errors were encountered: