Releases: milliHQ/terraform-npm-download
Releases · milliHQ/terraform-npm-download
v2.1.0
Changelog
- Add
rel_path
output for relative path (#5, #6)
New Contributors
v2.0.0
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
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
Changelog
- Adds
local_cwd
variable (#1, #2)