https://github.com/happypathway/terraform-url-downloader
Terraform Module
https://github.com/happypathway/terraform-url-downloader
module terraform terraform-managed
Last synced: 3 months ago
JSON representation
Terraform Module
- Host: GitHub
- URL: https://github.com/happypathway/terraform-url-downloader
- Owner: HappyPathway
- Created: 2024-08-26T16:22:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T21:04:34.000Z (4 months ago)
- Last Synced: 2025-01-29T21:31:40.508Z (4 months ago)
- Topics: module, terraform, terraform-managed
- Language: HCL
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/HappyPathway/terraform-url-downloader/actions/workflows/terraform.yaml)
## Requirements
No requirements.
## Providers
| Name | Version |
|------|---------|
| [external](#provider\_external) | 2.2.3 |
| [local](#provider\_local) | 2.3.0 |
| [null](#provider\_null) | 3.2.1 |## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [null_resource.cleanup](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource |
| [external_external.download](https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external) | data source |
| [local_file.file](https://registry.terraform.io/providers/hashicorp/local/latest/docs/data-sources/file) | data source |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [cleanup](#input\_cleanup) | n/a | `bool` | `true` | no |
| [output\_path](#input\_output\_path) | n/a | `any` | `null` | no |
| [url](#input\_url) | n/a | `any` | n/a | yes |## Outputs
| Name | Description |
|------|-------------|
| [file\_path](#output\_file\_path) | n/a |