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
After applying my terraform plan, I've tried to run terraform destroy. My plan included destroying resources of type sentry_project_inbound_data_filter. When applying, I get the following errors:
│ Error: Client Error
│
│ Error deleting project inbound data filter: GET http://127.0.0.1:9000/api/0/projects/org/webapp/filters/web-crawlers/: 405 Method "GET" not allowed.
╵
╷
│ Error: DELETE http://127.0.0.1:9000/api/0/projects/org/webapp/plugins/interface_types/: 403 You do not have permission to perform this action.
│
│
╵
The text was updated successfully, but these errors were encountered:
Hi,
After applying my terraform plan, I've tried to run
terraform destroy
. My plan included destroying resources of typesentry_project_inbound_data_filter
. When applying, I get the following errors:The text was updated successfully, but these errors were encountered: