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
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Handle errors when walking the fs in tf instance provider (#724)
When walking the directory we need to check if an error is passed in and,
if so, not process that entry since the associated `os.FileInfo` is `nil`.
This appears to happen when a file has been removed after the directory
listing has completed.
Signed-off-by: Steven Kaufer <[email protected]>
0 commit comments