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