https://github.com/escapace/terraform-null-unarchive
create & extract archives, compress & decompress files
https://github.com/escapace/terraform-null-unarchive
terraform terraform-module
Last synced: 2 months ago
JSON representation
create & extract archives, compress & decompress files
- Host: GitHub
- URL: https://github.com/escapace/terraform-null-unarchive
- Owner: escapace
- License: apache-2.0
- Created: 2020-06-11T15:38:24.000Z (about 6 years ago)
- Default Branch: trunk
- Last Pushed: 2024-12-14T09:49:17.000Z (over 1 year ago)
- Last Synced: 2025-02-06T13:18:35.413Z (over 1 year ago)
- Language: HCL
- Homepage: https://registry.terraform.io/modules/escapace/unarchive/null/latest
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Inputs
| Name | Description | Type | Default | Required |
| ------- | ------------ | -------- | ------- | :------: |
| archive | Archive path | `string` | n/a | yes |
## Outputs
| Name | Description |
| ---- | ---------------------- |
| path | Extracted archive path |
## Resources
| Name | Type |
| -------------------------------------------------------------------------------------------------------------- | -------- |
| [null_resource.archive](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource |
## Requirements
| Name | Version |
| --------- | ------- |
| terraform | >=1.9.8 |
| null | >=3.2.3 |