terraform-provider-archive
terraform-provider-archive copied to clipboard
Utility provider that provides a data source that can create zip archives for individual files or collections of files.
### Terraform CLI and Provider Versions N/A (main branch development) ### Use Cases or Problem Statement Following the Go [support policy](https://golang.org/doc/devel/release.html#policy) and given the ecosystem availability and stability of the...
## What does this PR do? This is a pretty invasive PR. I've got the basics working to support all sorts of compression formats using the [`archiver`](https://github.com/mholt/archiver) package by @mholt....
…all content This can be used to address issue issue #96 and feature request #37. To keep the parent directory, it just must be specified in archive_dir property. archive_dir can...
In short, Terraform keeps wanting to re-deploy my lambda functions at random (not even consistent between plan-cancel-plan). It turns out that in each case, the computed hash for the lambda...
Adds basic asterisk notation regex for excludes attribute, to be able to consider files/dir prefix and suffix.
Hi! This PR is as implementation of #6 Support for symlink file/dir archive and Excludes option. All symlink files will be resolves and included in the archive file.
Current archive provider can only mirror file structures that appear on the host system when creating archives. I propose adding a `prepended_path` attribute to the provider. This would prefix the...
Adds a new sensitive source block which won't be rendered in terraform plans. For example, here's a terraform configuration that will use this provider main.tf ``` data "archive_file" "archive" {...
# What does it fix? zip files generated by this plugin are great because if we produce a zip file of the same files in two distinct points in time...
This is fork of manasouza/terraform-provider-archive PR with fixes for windows