Example Addition to Docs to Test New Template Git Features

This commit is contained in:
2023-06-28 04:27:57 +00:00
parent 5b454f9eff
commit 9f663d65f1
+1 -1
View File
@@ -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