Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2025 01:02 PM
Just let the state forget about it:
terraform state rm 'your_module.your_terraformresource'
you can find that terraform resource by using:
terraform state list | grep -i databricks_mws_ncc_private_endpoint_rule
and later validating id:
terraform state show 'your_module.your_terraformresource'
My blog: https://databrickster.medium.com/