terraform-provider-archive
terraform-provider-archive copied to clipboard
Export file contents of archive as attribute
I am using terraform and the archive provider to create small containers of config files (just like in the example with the dotfiles!). I would be interested in subsequently uploading them to an aws_s3_bucket_object to distribute them, and setting the content from an output on the archive provider rather than having to send to a temporary file. Is this of any interest? Seems like @BernhardBln came to the same conclusion here . I dug into the archive provider a little bit, and could submit a PR if there is interest.