terraform-provider-archive icon indicating copy to clipboard operation
terraform-provider-archive copied to clipboard

Support glob matching for zip excludes

Open mbamber opened this issue 4 years ago • 5 comments

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

mbamber avatar Feb 16 '21 20:02 mbamber

This is a copy of #63 which cannot be reopened for some reason

mbamber avatar Feb 16 '21 20:02 mbamber

I've finally gotten around to rebasing this so there are no conflicts. This is now ready for review

mbamber avatar Sep 02 '21 14:09 mbamber

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Mar 12 '22 17:03 hashicorp-cla

Is this ready to be merged? Would be super handy.

KieranWynn avatar Jun 09 '22 01:06 KieranWynn

This PR is getting quite old, but would be very useful for lots of people -- any chance someone could take a look?

cmeury avatar Sep 05 '22 12:09 cmeury