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 Terraform 0.14.6 hashicorp/archive v2.2.0 ### Use Cases or Problem Statement I wanted to zip a folder and add a single extra file to the...

enhancement

In case you need this feature as well, please do a community vote with 👍 --- Ref: #272, #29 Fixes: #241 This PR adds `tar.gz` format. I only add tar.gz...

size/XL

### Terraform CLI and Provider Versions Terraform v1.3.6 archive = { source = "hashicorp/archive" version = "2.4.0" } ### Use Cases or Problem Statement It would be useful if we...

enhancement

* see todo.md for all issues addressed * posted draft for posterity

dependencies
size/XL

### Terraform CLI and Provider Versions Terraform v1.4.6 on linux_amd64 + provider registry.terraform.io/hashicorp/archive v2.3.0 + provider registry.terraform.io/hashicorp/google v4.66.0 + provider registry.terraform.io/hashicorp/local v2.4.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Terraform Configuration ```terraform...

bug

As per https://github.com/hashicorp/terraform-provider-archive/issues/173#issuecomment-1374705929, this cleans up temporary files that were generated by tests, in order to avoid cross-contamination between the tests. The cross-contamination becomes really apparent when the temporary files...

size/XS

### Terraform CLI and Provider Versions TF: `v1.4.6` archive provider: `v2.3.0` ### Terraform Configuration ```terraform N/A ``` ### Expected Behavior Executing acceptance test should complete successfully. ### Actual Behavior Running...

bug

### Terraform CLI and Provider Versions All Terraform versions covered by the CI test suite (`0.12.31`, `0.13.7`, `0.14.11`, `0.15.1`). ### Terraform Configuration ```terraform data "archive_file" "foo" { type = "zip"...

bug

### Terraform CLI and Provider Versions Terraform 0.14.9 ### Terraform Configuration ```terraform The code is as below data "archive_file" "utilities_zip" { type = "zip" source_dir = "./source/utilities" output_path = "/tmp/utilities.zip"...

bug

thank you all for an immensely useful provider - from what i gathered from the git history, this resource was introduced in `v2.3.0` in a deprecated state - discussion with...

size/M