Skip to content

Releases: milliHQ/terraform-npm-download

v2.1.0

18 Jan 10:15
7260f0f
Compare
Choose a tag to compare

Changelog

  • Add rel_path output for relative path (#5, #6)

New Contributors

v2.0.0

16 Sep 18:44
3083026
Compare
Choose a tag to compare

Changelog

  • Uses curl instead of wget to download the file
  • Wait until file is downloaded, before publishing the abs_path output (#3, #4)

v1.2.0

30 Aug 17:49
52230c4
Compare
Choose a tag to compare

The GitHub organization for this module has changed, so the module source should be updated:

module "npm_download" {
-  source = "dealmore/download/npm"
+  source = "milliHQ/download/npm"
 ...
}
  • Organization name changed from dealmore to milliHQ

v1.1.0

27 Aug 12:23
8f032ea
Compare
Choose a tag to compare

Changelog

  • Adds local_cwd variable (#1, #2)

v1.0.0

23 Jan 21:00
Compare
Choose a tag to compare

This is an outsourced module from the Terraform Next.js module for AWS.