Note: This is an experiment to replace the NPM Download Terraform module with an appropriate provider.
The goal of this project is to enable local downloads from npm like this:
data "npm_package_file" "this" {
name = "@dealmore/terraform-next-proxy"
version = "0.5.0"
file = "dist.zip"
}