Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 424 Bytes

Terraform provider npm

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"
}