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

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

Awesome Lists containing this project

README

        

[![Terraform Validation](https://github.com/HappyPathway/terraform-url-downloader/actions/workflows/terraform.yaml/badge.svg)](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 |