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
resp.Diagnostics.AddError("1Password Item read error", fmt.Sprintf("Could not get item '%s' from vault '%s', got error: %s", itemUUID, vaultUUID, err))
This line here shouldn't be bombing out during a terraform run, as it's entirely valid that the secret may have been deleted and we need to recreate it. I'd suggest turning this into a warning at most, so that people can learn that it happened from logging?
The text was updated successfully, but these errors were encountered:
terraform-provider-onepassword/internal/provider/onepassword_item_resource.go
Line 372 in c6e0ebd
This line here shouldn't be bombing out during a terraform run, as it's entirely valid that the secret may have been deleted and we need to recreate it. I'd suggest turning this into a warning at most, so that people can learn that it happened from logging?
The text was updated successfully, but these errors were encountered: