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

Add source_dirs field which would allow archiving multiple dirs at once with the following structure if `dir1` have `file1` and `dir2` have `file2` it would result in this ``` file1...

enhancement
documentation
size/L

Hi there, Is there a way to ensure that the archive_file runs on each apply? I.e every time I change the code in my lambda python I want the archive_file...

_This issue was originally opened by @wadhekarpankaj as hashicorp/terraform#22397. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ Hello, I...

Migrate from https://github.com/hashicorp/terraform-plugin-sdk to https://github.com/hashicorp/terraform-plugin-framework.

breaking-change
provider

Maintenance of the standard library providers prioritises stability and correctness relative to the provider's intended feature set. Create a design document describing this feature set, and any other design considerations...

provider
design-doc

The "standard library" Terraform Providers should implement nascent provider development tooling to encourage consistency, foster automation where possible, and discover bugs/enhancements to that tooling. To that end, this provider's CHANGELOG...

documentation
provider

The "standard library" Terraform Providers should implement nascent provider development tooling to encourage consistency, foster automation where possible, and discover bugs/enhancements to that tooling. To that end, this provider's documentation...

documentation
provider

_This issue was originally opened by @rluckey-tableau as hashicorp/terraform#26064. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ ### Terraform...

bug
new

Hi I am getting below error when trying archive and upload google cloud storage. Failed to read source file "data.archive_file.main.output_path". Cannot compute md5 hash for it.: timestamp=2021-07-07T15:28:12.440Z 2021-07-07T15:28:12.442Z [WARN] Provider...