💻 Tech
One mistake during importing an existing resource is to import with an incorrect ID. To remediate that, you can remove the imported resource with this command: terraform state rm <resource_type>.<local_name>
. For example: terraform state rm auth0_trigger_actions.post_login
.