We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35073eb commit 8eb3abeCopy full SHA for 8eb3abe
provisionersdk/agent.go
@@ -39,9 +39,9 @@ var (
39
}
40
)
41
42
-// AgentScriptEnv returns a key-pair of scripts that are consumed
43
-// by the Coder Terraform Provider. See:
44
-// https://github.com/coder/terraform-provider-coder/blob/main/internal/provider/provider.go#L97
+// AgentScriptEnv returns a key-pair of scripts that are consumed by the Coder Terraform Provider.
+// https://github.com/coder/terraform-provider-coder/blob/main/provider/agent.go (updateInitScript)
+// performs additional string substitutions.
45
func AgentScriptEnv() map[string]string {
46
env := map[string]string{}
47
for operatingSystem, scripts := range agentScripts {
0 commit comments