download
dealmore/download/npm
Terraform module for downloading files from npm.
NPM Download Terraform module  A simple Terraform module to download files distributed via npm. Usage The module requires that bash and curl are installed on the system where Terraform is executed. ``hcl module "npm_download" { source = "milliHQ/download/npm" module_name = "@millihq/tf-next-image-optimization" module_version = "11.1.2" path_to_file = "dist.zip" } output "file_path" { value = module.npm_download.abs_path } ` Requirements | Name | Version | |------|---------| | terraform | >= 0.13 | | external | >= 1.2.0 | Providers | Name | Version | |------|---------| | external | >= 1.2.0 | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | cdn\_prov
| Name | Type | Description | Default |
|---|---|---|---|
| module_name | string | The name of the npm module. | required |
| path_to_file | string | The path inside of the npm module to the file you want to download. | required |
| local_cwd | string | Root path where node.resolve should start looking for the local module. | required |
| module_version | string | If you want a specific version (or semver range) of the module define it here. | "" |
| use_local | bool | Fallback for using node.resolve for getting the module locally. Usually used for | false |
| cdn_provider_url | string | The service that should be used for unpacking. jsdelivr or unpkg should work. | "https://cdn.jsdelivr.net/npm/" |
abs_path — The absolute path to the downloaded file on the local file system.rel_path — The cwd based relative path to the downloaded file on the local file system.Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Azure Verified Pattern Module for Azure Landing Zone
Terraform Azure Verified Resource Module for Key Vault
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L