From 9f663d65f1f15aeeae00c1b3e4ca71db019c0cc3 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 28 Jun 2023 04:27:57 +0000 Subject: [PATCH] Example Addition to Docs to Test New Template Git Features --- default/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/main.tf b/default/main.tf index 65e6ea4..fb54178 100644 --- a/default/main.tf +++ b/default/main.tf @@ -91,7 +91,7 @@ resource "coder_agent" "main" { startup_script_timeout = 180 startup_script = <<-EOT set -e - # Base Script + # Base Script (to be downloaded) curl -fsSL https://gitea.nicholaspease.com/npease/CoderTemplatesV2/raw/branch/main/container-scripts/base.sh | sh # Specific Script curl -fsSL https://gitea.nicholaspease.com/npease/CoderTemplatesV2/raw/branch/main/container-scripts/${data.coder_parameter.language.value}.sh | sh