terraform-provider-archive
terraform-provider-archive copied to clipboard
361: Don't return filepath.SkipDir from the WalkFunc when excluding symlinked directories…
…, as the item at the path being processed is a symlink and according to https://pkg.go.dev/path/filepath#WalkFunc, returning filepath.SkipDir from WalkFunc when the item being processed is not a directory will skip the parent directory - which is not the desired behavior.