Fix linting issues again

pull/165/head
FlorianGareis 1 year ago
parent 33e1348d5a
commit ab190b0e58
No known key found for this signature in database

@ -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,

Loading…
Cancel
Save