From dd40b38b99c38621292aa0a0ca68a6bb3b9768c5 Mon Sep 17 00:00:00 2001 From: Jezza Hehn Date: Mon, 13 Apr 2026 22:16:37 +0000 Subject: [PATCH] Fix cloud-init variable name - NODE_VERSION -> node_version --- terraform/cloud-init.yaml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/cloud-init.yaml.tpl b/terraform/cloud-init.yaml.tpl index 830e976..21b6705 100644 --- a/terraform/cloud-init.yaml.tpl +++ b/terraform/cloud-init.yaml.tpl @@ -13,7 +13,7 @@ apt-get upgrade -y apt-get install -y nginx certbot python3-certbot-nginx curl git # Install Node.js -curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - +curl -fsSL https://deb.nodesource.com/setup_${node_version}.x | bash - apt-get install -y nodejs # Create directories