An open API service indexing awesome lists of open source software.

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

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 |