Example Addition to Docs to Test New Template Git Features
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user