terraform-provider-archive icon indicating copy to clipboard operation
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.

Results 64 terraform-provider-archive issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

## 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....

enhancement

…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...

documentation
size/S

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.

size/M

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.

size/L

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...

documentation
size/M

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" {...

documentation
size/M

# 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...

breaking-change
size/XS

This is fork of manasouza/terraform-provider-archive PR with fixes for windows

size/S