@ -19,7 +19,6 @@ module "node-via-nvm" {
}
```
### Install multiple versions
This installs multiple versions of node
@ -41,6 +40,7 @@ module "node-via-nvm" {
### Full example
A example with all available options:
```tf
module "node-via-nvm" {
source = "registry.coder.com/modules/node-via-nvm/coder"
@ -40,6 +40,7 @@ variable "default_node_version" {
resource "coder_script" "node" {
agent_id = var.agent_id
display_name = "node-via-nvm"
script = templatefile("${path.module}/run.sh", {
NVM_VERSION : var.nvm_version,
INSTALL_PREFIX : var.nvm_install_prefix,