terraform-provider-archive
terraform-provider-archive copied to clipboard
Support glob matching for zip excludes
Add support for excluding files and directories using a glob expression
supplied to excludes. In particular, * matches any character (except
the directory separator) any number of times, and ** matches any
character including the directory separator any number of times.
Fixes #62
This is a copy of #63 which cannot be reopened for some reason
I've finally gotten around to rebasing this so there are no conflicts. This is now ready for review
Is this ready to be merged? Would be super handy.
This PR is getting quite old, but would be very useful for lots of people -- any chance someone could take a look?