Skip to content

dealmore/terraform-provider-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published