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

_This issue was originally opened by @rahulinux as hashicorp/terraform#18765. 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._ Hi there,...

Hi guys, This is a minor thing which I noticed, documentation is missing the excludes parameter: https://www.terraform.io/docs/providers/archive/d/archive_file.html however it has been supported by archive_file for quite some time. Can you...

Archive file docs do not include exclude option. https://www.terraform.io/docs/providers/archive/d/archive_file.html

documentation

_This issue was originally opened by @philipl as hashicorp/terraform#12929. It was migrated here as part 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 Version...

bug
crash

_This issue was originally opened by @mtougeron as hashicorp/terraform#8565. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ Hi, it would...

enhancement

### Terraform Version ``` $ terraform -v Terraform v0.11.7 + provider.archive v1.0.3 + provider.aws (unversioned) ``` ### Affected Resource(s) - archive_file ### Terraform Configuration Files ```hcl provider "aws" { }...

enhancement

I am using terraform and the archive provider to create small containers of config files (just like in the example with the dotfiles!). I would be interested in subsequently uploading...

enhancement

Hi there, Got an issue regarding the archiving in below mentioned version, when the files got archived and placed into EMR by terraform, when i logged into EMR cluster, I...

bug

_This issue was originally opened by @akranga as hashicorp/terraform#12884. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ Feature request to...

enhancement

Per https://github.com/hashicorp/terraform-provider-local/issues/137 this brings the provider up to feature parity with all of Terraform's built-in file-reading functions The following outputs are added to `data_archive_file`: * `output_sha256` - SHA256 checksum of...

documentation
size/M