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
We've had several instances of a human user deleting views that are managed by terraform, which the provider does not handle well.
Error: Cannot read the remote view resource
with module.logdna-views-prod.logdna_view.errors_in_satellite,
on ../../modules/logdna_prod/main.tf line 822, in resource "logdna_view""errors_in_satellite":
822: resource"logdna_view""errors_in_satellite" {
GEThttps://REDACTED_HOSTNAME/v1/config/view/REDACTED_ID, status 404 NOTOK! {"error":"Resource Not Found","code":"NotFound","status":"error"}
Typically providers see this as needing to recreate the resource.
The text was updated successfully, but these errors were encountered:
We've had several instances of a human user deleting views that are managed by terraform, which the provider does not handle well.
Typically providers see this as needing to recreate the resource.
The text was updated successfully, but these errors were encountered: