Categorygithub.com/coding-ia/terraform-provider-download

# README

download Terraform provider

Build Status

This provider was developed to provide the ability to download binary files and to use those files for other resources.

Build provider

Run the following command to build the provider

make build

Test examples

To test the simple example included in the examples folder, first build and install the provider

make install

Navigate to the .\examples\simple directory and run

terraform init && terraform apply