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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
If a contact is created with terraform and deleted using the UTR web portal, terraform will fail on the next apply. The provider should ignore this error so that the resource is recreated.
The text was updated successfully, but these errors were encountered:
Solved by removing the resources, that were raising the error, from the state manually with terraform state rm <resource>
In any case, it would be nice to handle this with the provider
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a contact is created with terraform and deleted using the UTR web portal, terraform will fail on the next apply. The provider should ignore this error so that the resource is recreated.
The text was updated successfully, but these errors were encountered: