Skip to content

combination of aws_s3_bucket_object and local_file that works for non-text files

Notifications You must be signed in to change notification settings

affinity/terraform-provider-aws-download

 
 

Repository files navigation

Terraform Provider aws-download

This provider allows terraform to download arbitrary files from S3 to your local disk, resolving hashicorp/terraform-provider-aws#1323

Build provider

Run the following command to build the provider

$ go build -o terraform-provider-hashicups

Local release build

$ go install github.com/goreleaser/goreleaser@latest
$ make release

You will find the releases in the /dist directory. You will need to rename the provider binary to terraform-provider-hashicups and move the binary into the appropriate subdirectory within the user plugins directory.

Test sample configuration

First, build and install the provider.

$ make install

Then, navigate to the examples directory.

$ cd examples

Run the following command to initialize the workspace and apply the sample configuration.

$ terraform init && terraform apply

About

combination of aws_s3_bucket_object and local_file that works for non-text files

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 90.3%
  • Makefile 9.7%