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.
_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
_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...
_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...
### 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" { }...
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...
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...
_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...
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...