terraform-provider-archive
terraform-provider-archive copied to clipboard
Add missing paths exclusion to the documentation
docs: Add excludes to archive data argument list
Why does this not get merged?
I'm glad to see excludes is supported.
However, the addition to the docs doesn't provide any details on what type of value is supported. Is the excludes value a list? Is it a string? In either case, what are acceptable values? Are they only exact paths? Are they patterns?
For example, would the following be a possible value?
excludes = ["test", "src/**/*.ts"]
Hi @chuckwondo
For example, would the following be a possible value?
excludes = ["test", "src/**/*.ts"]
I tried to accomplish something to cover that on PR https://github.com/hashicorp/terraform-provider-archive/pull/57 but seems that the repo maintainers are not available for a while
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement
Learn more about why HashiCorp requires a CLA and what the CLA includes
Have you signed the CLA already but the status is still pending? Recheck it.