fix: update object definition for top-level templatefile
This commit is contained in:
@@ -34,9 +34,9 @@ resource "coder_script" "windows-rdp" {
|
|||||||
agent_id = var.agent_id
|
agent_id = var.agent_id
|
||||||
display_name = "windows-rdp"
|
display_name = "windows-rdp"
|
||||||
icon = "https://svgur.com/i/158F.svg" # TODO: add to Coder icons
|
icon = "https://svgur.com/i/158F.svg" # TODO: add to Coder icons
|
||||||
script = templatefile("${path.module}/./windows-installation.tftpl", {
|
script = templatefile("${path.module}/windows-installation.tftpl", {
|
||||||
CODER_USERNAME : var.admin_username,
|
CODER_USERNAME = var.admin_username,
|
||||||
CODER_PASSWORD : var.admin_password,
|
CODER_PASSWORD = var.admin_password,
|
||||||
})
|
})
|
||||||
|
|
||||||
run_on_start = true
|
run_on_start = true
|
||||||
|
|||||||
Reference in New Issue
Block a user